Most viewed questions in Jenkins

0 votes
1 answer

How to reset Jenkins security settings?

Hi@akhtar, You can change the security of your ...READ MORE

Oct 25, 2020 in Jenkins by MD
• 95,440 points
1,606 views
0 votes
1 answer

Jenkins displays the message that reverse proxy setup is broken. How to solve this issue? [closed]

As long as it is not interrupting ...READ MORE

Jun 19, 2019 in Jenkins by Neel
• 3,020 points
1,587 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,566 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
+1 vote
1 answer

How to run selenium test kit in Jenkins remotely?

Selenium tests can be run on remote ...READ MORE

Apr 1, 2020 in Jenkins by Liana
1,537 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,518 views
0 votes
0 answers

integrate Jenkins with AWS CodeCommit [closed]

I'm trying to integrate Jenkins with AWS ...READ MORE

Apr 16, 2019 in Jenkins by Vishal

closed May 14, 2019 by Vardhan 1,489 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,478 views
+1 vote
0 answers

Multibranch pipeline job not triggered when using shared libraries

I would highly appreciate if you could ...READ MORE

May 5, 2020 in Jenkins by Ubaid
• 130 points
1,465 views
0 votes
1 answer

Can anyone share how do we integrate the Cobertura code coverage tool to Jenkins?

Hi, You need to install plugins for that. ...READ MORE

Sep 25, 2020 in Jenkins by MD
• 95,440 points
1,453 views
0 votes
1 answer

What is "Pipeline as code" concept in jenkins?

Jenkins "Pipeline as code"  allows you to define ...READ MORE

Jun 4, 2019 in Jenkins by Sirajul
• 59,230 points
1,441 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,419 views
0 votes
1 answer

Unable to retrieve list of containers available on DockerCloud [name=docker, dockerURI=tcp://192.168.99.102:4243]

Hi@akhtar, Jenkins will connect to docker server via ...READ MORE

Jun 4, 2020 in Jenkins by MD
• 95,440 points
1,404 views
0 votes
1 answer

Jenkins and Docker: How can I customize my jenkins pipeline to use docker?

Jenkins Pipeline is designed to easily use ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
1,386 views
0 votes
1 answer

i could not access jenkins from slave machine

Hi Rham, I don't think this is a ...READ MORE

Jul 20, 2020 in Jenkins by MD
• 95,440 points
1,380 views
0 votes
1 answer
0 votes
1 answer

How do you implement CI/CD using Jenkins?

Continuous Integration using Jenkins and Git plugin Create ...READ MORE

Aug 30, 2019 in Jenkins by Sirajul
• 59,230 points
1,309 views
0 votes
1 answer

Docker Pipeline plugin communicate with non-default docker server

Hi @Kim, yes you can. You can ...READ MORE

Apr 12, 2019 in Jenkins by Shruti
1,308 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,298 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,295 views
0 votes
1 answer

How to use existing Azure VM in Jenkins Azure VM plugin

In order to use the Azure VM ...READ MORE

Jul 28, 2020 in Jenkins by Karan
• 19,610 points
1,288 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,281 views
0 votes
0 answers

Error saying "Some index files failed to download. Thet have been ignored, or old ones used instead"

I'm trying to install ansible in my ...READ MORE

Jan 13, 2019 in Jenkins by Lisha
1,259 views
0 votes
1 answer

How to change Jenkins default folder on Windows?

Hi@akhtar, You can change the default folder of ...READ MORE

Oct 26, 2020 in Jenkins by MD
• 95,440 points
1,215 views
0 votes
2 answers

How could I integrate Selenium with Jenkins?

Hey @Ali, follow these steps to integrate ...READ MORE

Dec 20, 2018 in Jenkins by Eric
1,187 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

What is the use of using declarative pipeline (i.e jenkins file) over scripted pipeline in real time

Hi@Shashi, The declarative pipeline is a relatively new ...READ MORE

Oct 28, 2020 in Jenkins by MD
• 95,440 points
1,168 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

How to do CI integration with code review tools

Here is an explanation. If you can switch ...READ MORE

Mar 27, 2018 in Jenkins by Atul
• 10,240 points
1,110 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
2 answers

How do I secure my jenkins build?

Anyone can make use of the URL ...READ MORE

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

Error saying "localhost:3001error" When trying to run a build - Jenkins

There are two possible issues with this ...READ MORE

Dec 19, 2018 in Jenkins by Kalgi
• 52,360 points
1,094 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

Unable to make a connection between Jenkins master and slave even after configuring ssh.

Delete the instance and spin up a ...READ MORE

Oct 7, 2020 in Jenkins by Bhup Sharma
1,079 views
0 votes
1 answer

How to restore archived artifacts in jenkins?

Do you mean accessing the archived artifacts ...READ MORE

Oct 15, 2020 in Jenkins by Karan
• 19,610 points
1,059 views
0 votes
1 answer
0 votes
1 answer

What is the use of audit trail plugin in Jenkins?

Hi@akhtar, Audit Trail Plugin keeps a log of ...READ MORE

Dec 7, 2020 in Jenkins by MD
• 95,440 points
1,053 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,053 views
0 votes
1 answer

Need help to create a .jar, .war file from my project!

For sake of ease, you can scale ...READ MORE

Oct 27, 2020 in Jenkins by Ephraim
1,052 views
0 votes
1 answer

How to integrate bitbucket with Jenkins ?

You need to use the Bitbucket plugin ...READ MORE

Feb 11, 2020 in Jenkins by anonymous
• 59,230 points
1,048 views
0 votes
1 answer

Location of jenkins workspace

By default, your Jenkins workspace would be ...READ MORE

May 15, 2019 in Jenkins by Sharma
1,048 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,028 views
0 votes
1 answer

How is a Jenkinsfile structured? What is its role?

For defining a Pipeline in SCM, a ...READ MORE

Oct 11, 2019 in Jenkins by Sirajul
• 59,230 points
1,008 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,005 views
0 votes
1 answer

If Job 4 fails, delete the running container on Test Server

Hi@Chris, You can use the when keyword to ...READ MORE

Nov 24, 2020 in Jenkins by MD
• 95,440 points
995 views
0 votes
1 answer

How do I install Jenkins on ubuntu?

Hey @Chandu, follow these steps to install ...READ MORE

Feb 26, 2019 in Jenkins by Kalgi
994 views
+1 vote
1 answer

How to configure SCM Plastic Maven Project in Jenkins?

Hey @Anoop, In order to create a ...READ MORE

Nov 19, 2019 in Jenkins by Sirajul
• 59,230 points
992 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
984 views
0 votes
1 answer

Jenkins vs selenium?are they even comparable ?

Hi@aminegac, Jenkins is a CI/CD tool. So you ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,440 points
980 views