Latest questions in Jenkins

0 votes
2 answers

How can I point Jenkins to another .jenkins home directory?

Here are the options you have: a) Assuming ...READ MORE

Aug 7, 2019 in Jenkins by Sirajul
• 59,230 points
4,680 views
0 votes
1 answer

An error “Unable to create the home directory ‘JENKINS_HOME’”

This is most probably a permission problem. You ...READ MORE

Jul 19, 2018 in Jenkins by Kalgi
• 2,680 points
2,962 views
+1 vote
3 answers

Is it possible for the Jenkins pipeline function 'fileExist' to handle wildcards?

If you do not have the plug-in, ...READ MORE

May 8, 2019 in Jenkins by Kalgi
• 52,360 points
13,049 views
0 votes
1 answer

How Can I measure Jenkins Build Performance?

If you go to the Jenkins page ...READ MORE

Jul 16, 2018 in Jenkins by Kalgi
• 2,680 points
1,884 views
0 votes
1 answer

devops - selenium- jira integration into jenkins

it's a better to display your test ...READ MORE

Jul 12, 2018 in Jenkins by Kalgi
• 2,680 points
1,107 views
0 votes
1 answer

How do I pass value from my Fake # script to the host build server (Jenkins)

You can use the EnvInject plugin to pass environment ...READ MORE

Jul 11, 2018 in Jenkins by Kalgi
• 2,680 points
1,149 views
0 votes
2 answers

Jenkins Pipeline: Build using parameters

First, as @sophie may mentioned it you should name ...READ MORE

Aug 8, 2019 in Jenkins by Sirajul
• 59,230 points
16,393 views
0 votes
1 answer

Jenkins: Build Pipeline Plugin Scheduled Trigger

This can be done by setting the ...READ MORE

Jul 11, 2018 in Jenkins by Sophie may
• 10,610 points
4,408 views
0 votes
1 answer

Number of pipelines instances shown for each pipeline

Go to edit view on the left, ...READ MORE

Jul 10, 2018 in Jenkins by Kalgi
• 2,680 points
382 views
0 votes
1 answer

Allow starting a new pipeline run from the delivery pipeline view

Yes you can. Go to edit view on ...READ MORE

Jul 10, 2018 in Jenkins by Kalgi
• 2,680 points
366 views
0 votes
1 answer

How to rebuild an item on Jenkins pipeline

Yes you can, its pretty simple actually. Go ...READ MORE

Jul 10, 2018 in Jenkins by Kalgi
• 2,680 points
3,890 views
+2 votes
4 answers

How to run Jenkins jobs on multiple slaves with a single job configuration?

use multijob plugin READ MORE

Jan 3, 2019 in Jenkins by Ajit Jadhav
46,690 views
0 votes
2 answers

Error Jenkins: Failed to connect to repository

Jenkins runs as another user, not as ...READ MORE

Aug 7, 2019 in Jenkins by Sirajul
• 59,230 points
10,189 views
0 votes
1 answer

How can I exchange jobs between 2 different Jenkins instances?

java -jar jenkins-cli.jar -s http://server get-job myjob ...READ MORE

Jul 6, 2018 in Jenkins by Sophie may
• 10,610 points
613 views
+5 votes
3 answers

How to trigger a Jenkins pipeline A in another Jenkins pipeline B?

You can run the following code, its ...READ MORE

Jul 5, 2018 in Jenkins by Sophie may
• 10,610 points
117,449 views
0 votes
1 answer

IBM DevOps Pipeline: How to Access Artifacts from Previous Job?

Currently, both jobs inside a stage are ...READ MORE

Jul 5, 2018 in Jenkins by Kalgi
• 52,360 points
481 views
+1 vote
1 answer

Unable to access Jenkins. I newly installed Jenkins but for some reason I cannot access it.

Try changing the port, Change JENKINS_AJP_PORT="xyz" to JENKINS_AJP_PORT="abc" If changing the ...READ MORE

Jul 4, 2018 in Jenkins by Sophie may
• 10,610 points
7,795 views
0 votes
2 answers

How to start Jenkins on a different port rather than 8080?

This is simple, use the following command: java ...READ MORE

Jul 4, 2018 in Jenkins by Sophie may
• 10,610 points
35,156 views
+2 votes
6 answers

Jenkins unable to run jobs (pending - waiting for next executor)

Increase the number of executors. I had ...READ MORE

Apr 24, 2019 in Jenkins by Maya
39,870 views
+1 vote
3 answers

Rename jobs from jenkins file

Go to the Configure screen and edit the Project name field ...READ MORE

Oct 25, 2018 in Jenkins by Laila
4,161 views
+1 vote
6 answers

Unable to login to Jenkins even if I enter valid credentials.

Disable security by editing these two classes ...READ MORE

Apr 26, 2019 in Jenkins by Vedant
46,478 views
+3 votes
7 answers

Is it possible to shift or move jobs between two jenkins servers?

Hi, You can copy Jobs in between your ...READ MORE

Dec 16, 2020 in Jenkins by MD
• 95,440 points
44,446 views
+2 votes
3 answers

Permission denied error while running a simple job in Jenkins

Hey @Hannah, try changing the permissions using ...READ MORE

Oct 25, 2018 in Jenkins by krishti
56,411 views
0 votes
1 answer

I'm trying to set up two Jenkins servers without implementing the master slave model. Is there any way to do this?

There is a parameterized remote trigger plugin ...READ MORE

Jun 27, 2018 in Jenkins by Sophie may
• 10,610 points
3,395 views
0 votes
1 answer

parallel jobs in Bluemix Delivery Pipeline

You can try and have two stages ...READ MORE

Jun 27, 2018 in Jenkins by DareDev
• 6,890 points
482 views
0 votes
1 answer

running gunicorn bind command in Jenkins background?

If you're getting a 502 error that ...READ MORE

Jun 26, 2018 in Jenkins by DareDev
• 6,890 points
1,789 views
0 votes
1 answer

sonar XML plugin installation failure in jenkins

You can try this link which SonarQube XML ...READ MORE

Jun 21, 2018 in Jenkins by Atul
• 10,240 points
715 views
0 votes
1 answer

Ansible or Jenkins pipelines for bigger jobs

Well, you are indeed well aware of ...READ MORE

Jun 17, 2018 in Jenkins by shubham
• 7,340 points
805 views
0 votes
1 answer

adding exclusions in sonar analysis properties

Properties are not cumulative. As described at ...READ MORE

Jun 8, 2018 in Jenkins by DareDev
• 6,890 points
4,677 views
0 votes
1 answer

Will there be any trouble if I start two jenkins master having common windows slave machine.

Since, you can go with your procedure ...READ MORE

Jun 7, 2018 in Jenkins by Damon Salvatore
• 5,980 points
1,276 views
0 votes
1 answer

Is support XML Canon available in Jenkins?

Here is some information regarding your query ...READ MORE

Jun 1, 2018 in Jenkins by Damon Salvatore
• 5,980 points
560 views
0 votes
1 answer

Unable to integrate jenkins with tfs: EndpointNotFoundException

Check if you can connect to tfs ...READ MORE

May 28, 2018 in Jenkins by DareDev
• 6,890 points

edited May 28, 2018 by DareDev 1,002 views
0 votes
2 answers

will running multiple Jenkins masters on same host increase the performance?

While using one big master, u can ...READ MORE

Aug 7, 2018 in Jenkins by Kalgi
• 52,360 points
3,023 views
0 votes
1 answer

running a Jenkins job on multiple virtual servers.

Your goals can be achieved by using ...READ MORE

May 25, 2018 in Jenkins by shubham
• 7,340 points
2,794 views
0 votes
1 answer

gulp serve & not working in jenkins

Try using nohup. It will creates nohup.out ...READ MORE

May 11, 2018 in Jenkins by DareDev
• 6,890 points
979 views
0 votes
2 answers

How to use maven package jar file in another jenkins pipeline stage?

You can use the same dockerfile for ...READ MORE

Aug 2, 2018 in Jenkins by lina
• 8,220 points
11,147 views
0 votes
1 answer

Error while talking to remote Oracle DB using Jenkins-CI

I installed Oracle XE to talk to ...READ MORE

May 1, 2018 in Jenkins by shubham
• 7,340 points
1,686 views
+2 votes
5 answers

stash/unstash to transfer data in Jenkins from a build container to the other node.

Since the container gets destroyed once the ...READ MORE

Dec 21, 2018 in Jenkins by anonymous
32,618 views
0 votes
1 answer

Not getting any output through sh 'alias' for Jenkinsfile

As you know each sh command runs in ...READ MORE

May 1, 2018 in Jenkins by shubham
• 7,340 points
2,526 views
0 votes
1 answer

Print the line if it contains a specific string by using groovy.

You can try the code written below: ...READ MORE

Apr 27, 2018 in Jenkins by shubham
• 7,340 points
29,280 views
0 votes
1 answer

Error while communicating with remote Oracle DB through Jenkins-CI

I was also facing the same problem. ...READ MORE

Apr 25, 2018 in Jenkins by shubham
• 7,340 points
768 views
0 votes
1 answer

unable to compile java code in Jenkins

If the code is compiling and running ...READ MORE

Apr 25, 2018 in Jenkins by DareDev
• 6,890 points
2,090 views
0 votes
2 answers

Is possible for Jenkins to auto start and stop slave nodes?

Try Jenkins Plugin called as Slave SetupPlugin. This ...READ MORE

Aug 6, 2018 in Jenkins by Nilesh
• 7,050 points
6,326 views
0 votes
1 answer

Why is it displaying Jenkins build failure for Android app

I think you should try this. Try Uninstalling ...READ MORE

Apr 12, 2018 in Jenkins by shubham
• 7,340 points
1,534 views
0 votes
1 answer

any way to integrate Jenkins with ServiceNow?

Now, there is no official servicenow support ...READ MORE

Apr 10, 2018 in Jenkins by DareDev
• 6,890 points
4,318 views
0 votes
1 answer

How do I set SQL user password while deploying the database project using CI/CD pipeline

While you are trying , just try ...READ MORE

Apr 10, 2018 in Jenkins by shubham
• 7,340 points
1,042 views
0 votes
1 answer

How can I create global macros and templates in jenkins job builder?

you can append the path to the ...READ MORE

Apr 2, 2018 in Jenkins by ajs3033
• 7,300 points
1,559 views
+1 vote
2 answers

What possible return values are there in Jenkins plugin “Sonarqube scanner”

Use Webhooks in SonarQube Administration setup to ...READ MORE

Aug 3, 2018 in Jenkins by Nilesh
• 7,050 points
4,376 views
+5 votes
4 answers

How can I run a Jenkinsfile from a particular folder?

Consider the below points: The Freestyle project ...READ MORE

Mar 27, 2018 in Jenkins by anonymous
23,674 views
+5 votes
5 answers

Jenkins properties file

Follow these steps: 1. Install ‘EnvInject’ plug-in in the Jenkins ...READ MORE

Aug 2, 2018 in Jenkins by lina
• 8,220 points
27,448 views