Most voted questions in Jenkins

0 votes
1 answer

Jenkins Pipeline Wipe Out Workspace

You should probably put it in a post-built-step ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
9,650 views
0 votes
1 answer

Jenkins - simply robocopy in Jenkins finishes marks build with failure

robocopy returns a bit map This is the ...READ MORE

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

Kubernetes - Jenkins integration

The best practice is to launch you ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
753 views
0 votes
5 answers

Error: Docker not found when building docker image on Jenkins pipeline

Check if you have Docker installed and ...READ MORE

Apr 23, 2019 in Jenkins by Vimal
22,662 views
0 votes
1 answer

How to construct Maven installation in Jenkins for each Slave node?

I’m assuming that Java and Maven are ...READ MORE

Aug 2, 2018 in Jenkins by Sophie may
• 10,610 points
4,806 views
0 votes
1 answer

Jenkins task for remote hosts

Here is a concept which you can ...READ MORE

Jul 24, 2018 in Jenkins by Atul
• 10,240 points
1,292 views
0 votes
1 answer

I’m facing a login error when I try to run Jenkins on Docker. How do I solve this?

You have to open the /var/log/jenkins/jenkins.log file to ...READ MORE

Jul 24, 2018 in Jenkins by Sophie may
• 10,610 points
3,312 views
0 votes
1 answer

Jenkins docker-compose error

You must install docker-compose in order to run ...READ MORE

Jul 24, 2018 in Jenkins by Sophie may
• 10,610 points
2,219 views
0 votes
5 answers

How to resolve this error “Jenkins Host key verification failed”?

HI Mam, Please check the following solution:: 1. Switch ...READ MORE

May 3, 2019 in Jenkins by anonymous
60,171 views
0 votes
2 answers

How to solve this error “Jenkins - j_acegi_security_check” ?

This is how I resolved this issue: # ...READ MORE

Aug 13, 2018 in Jenkins by lina
• 8,220 points
6,746 views
0 votes
2 answers

Jenkins - identify if build is tagged

Set refspec to: +refs/tags/*:refs/remotes/origin/tags/* branch specifier: ** Under build triggers check ...READ MORE

Oct 25, 2018 in Jenkins by kailash
1,087 views
0 votes
1 answer

Jenkins failed to set git

Change to the jenkins user and run the command ...READ MORE

Jul 19, 2018 in Jenkins by Kalgi
• 2,680 points
5,243 views
0 votes
1 answer

Jenkins 2.89.3 “This Jenkins instance appears to be offline”

From your question Jenkins seems have been ...READ MORE

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

Jenkins slave slower than jenkins master

There's many possible reasons for that: different workspace locations (local ...READ MORE

Jul 19, 2018 in Jenkins by Kalgi
• 2,680 points
1,800 views
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,682 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
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,885 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,150 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,400 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,411 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
384 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
367 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,892 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,190 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
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
482 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,157 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,397 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
483 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,790 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
716 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,679 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,277 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
562 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,003 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,024 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,795 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
980 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,152 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,687 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,529 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,283 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
771 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,328 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,535 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,319 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