Trending questions in Jenkins

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,322 views
0 votes
1 answer

Installing the Jenkins slave service by Jenkins

In the slave machine try install the ...READ MORE

Aug 14, 2018 in Jenkins by Kalgi
• 52,360 points
2,414 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,900 views
0 votes
1 answer

Python unittest cases on jenkins using

XML reporting is now building. Use the ...READ MORE

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

Which is better jenkins of TFS 2015 for CI/CD?

Visual Studio and TFS have been using ...READ MORE

Aug 21, 2018 in Jenkins by ajs3033
• 7,300 points
1,961 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,089 views
0 votes
1 answer

Docker mulitstage build jenkins

Make a few changes in your dockerfile Basically ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
2,188 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,966 views
0 votes
2 answers

Subversion (SVNKIT) not working in Jenkins

Jenkins doesn't use the installed Subversion command ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
2,057 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,688 views
0 votes
1 answer

Jenkins - maven project fails at Build stage

To fix this, you need to change ...READ MORE

Aug 10, 2018 in Jenkins by Sophie may
• 10,610 points
1,928 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,402 views
0 votes
2 answers

RVM and Jenkins setup

Try this: . $(/home/RVM_USER/.rvm/bin/rvm env 1.9.3@rails-3.2.3 --path) make sure ...READ MORE

Aug 10, 2018 in Jenkins by Nilesh
• 7,050 points
1,476 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,225 views
0 votes
2 answers

Calling a Jenkins build from outside of Jenkins?

Jenkins has support for parameterized build as ...READ MORE

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

Jenkins' /etc/default/jenkins not update safe?

Use a tool like puppet to manage ...READ MORE

Aug 9, 2018 in Jenkins by Nilesh
• 7,050 points
1,418 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,382 views
0 votes
1 answer

Jenkins hook not working

You have the wrong endpoint - it ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
1,515 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,025 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,286 views
0 votes
1 answer

How to serve Jenkins with Caddy?

Using the transparent preset fixes this: jenkins.example.com { ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
1,172 views
0 votes
1 answer

Jenkins password

Try this: -stop jenkins - go and edit /var/lib/jenkins/config.xml - ...READ MORE

Aug 9, 2018 in Jenkins by Kalgi
• 52,360 points
1,026 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,803 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,892 views
0 votes
1 answer

Jenkins Pipeline using Openshift

Create a new service account in openshift ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
709 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
754 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,296 views
0 votes
1 answer

Jenkins MsBuild.exe issue

Go to manage Jenkins -> global tool ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
526 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,108 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,153 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,794 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,800 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
614 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,326 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
385 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

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
483 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
486 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
719 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,280 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
806 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,536 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,004 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
567 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,097 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,691 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
981 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,540 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
774 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,565 views