Most viewed questions in Jenkins

0 votes
1 answer

How to add maven goals in Jenkins declarative script?

Have you tries ssh-add? Add maven in global ...READ MORE

Sep 17, 2020 in Jenkins by Jai
2,781 views
0 votes
1 answer

Can a Jenkins build access the archived artifacts from itself?

You could probably use one of the "Publish ...READ MORE

Oct 15, 2020 in Jenkins by Lyana
2,780 views
0 votes
1 answer
0 votes
0 answers

jenkins pipeline script deploy error

C:\Program Files (x86)\Jenkins\workspace\app>del "C:\Program Files\Apache Software Foundation\Tomcat ...READ MORE

Nov 28, 2019 in Jenkins by Rajendra
• 510 points
2,755 views
0 votes
2 answers

Jenkins Git plugin detached HEAD

Go to Job Configuration. Scroll down to ...READ MORE

Aug 13, 2018 in Jenkins by lina
• 8,220 points
2,696 views
+2 votes
1 answer

Subversion (SVNKit) working with Jenkins

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

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

How to uninstall Jenkins?

Hi@akhtar, You need to run the below command ...READ MORE

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

How to run Jenkins job from remote system?

Hi@akhtar, You can run your job from remote ...READ MORE

May 13, 2020 in Jenkins by MD
• 95,440 points
2,596 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,538 views
0 votes
1 answer

Authenticate Jenkins CI for Github private repository

when you have a server that needs ...READ MORE

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

How do I deploy a custom build of a core plugin?

Hey @Farah, follow these steps: Stop Jenkins. Copy the ...READ MORE

Feb 13, 2019 in Jenkins by Imran
2,503 views
0 votes
2 answers

Managing SSH keys within Jenkins for Git

Have you tried logging in as the ...READ MORE

Aug 8, 2019 in Jenkins by Sirajul
• 59,230 points
2,449 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

run a pipeline in a jenkins docker-agent by jenkins slave

Hi@nemer, You can do your task in multiple ...READ MORE

Jul 7, 2020 in Jenkins by MD
• 95,440 points
2,405 views
0 votes
1 answer

Restart Jenkins service on Windows system.

Hi@akhtar, You can restart your Jenkins service from ...READ MORE

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

jenkins workspace option

You can basically customize your jenkins workspace. ...READ MORE

May 16, 2019 in Jenkins by Hitesh
2,294 views
0 votes
2 answers

How to connect Bitbucket to Jenkins properly

In order to build your repo after ...READ MORE

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

Failed to connect to repository : Failed to create http proxy uri

Hi, To avoid this error, you have to ...READ MORE

Apr 10, 2020 in Jenkins by MD
• 95,440 points
2,286 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

Run Jenkins on Private VPC?

If you want to place the instance ...READ MORE

Aug 30, 2019 in Jenkins by Tara
2,256 views
0 votes
0 answers

how to get jenkins "EnvInject Plugin" property content value via Java code.

How to get "properties content" key and ...READ MORE

Mar 6, 2019 in Jenkins by anonymous

edited Mar 6, 2019 2,250 views
0 votes
1 answer

Use terraform to generate HTTPS Git credentials for AWS CodeCommit

Use data.external to execute a CLI script: credentials=$(aws ...READ MORE

Apr 17, 2019 in Jenkins by Jaimy
2,238 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
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

If we give just * instead of H/2 in Poll SCM, will Jenkins build get triggered for every commit ?

Hi@Rekha, In the Poll SCM if you give ...READ MORE

May 3, 2020 in Jenkins by MD
• 95,440 points
2,149 views
0 votes
1 answer

Use Custom Docker registry with jenkins declarative pipeline

Yes, you can! try something like this: node ...READ MORE

Apr 12, 2019 in Jenkins by Bishu
2,141 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

how can you temporarily turn off the jenkins security when the adminstrators have locked out of the admin consoles?

The JENKINS_HOME organizer contains a document named ...READ MORE

Aug 7, 2019 in Jenkins by Sirajul
• 59,230 points
2,060 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

Getting below error on Jenkins while creating a Maven Build Job

When you are using ssh to connect, ...READ MORE

Sep 3, 2019 in Jenkins by Hari
2,054 views
+2 votes
0 answers

I'm facing the issue while connecting from pipeline script to svn (scm) checkout

Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of ...READ MORE

Aug 26, 2019 in Jenkins by sk
2,038 views
0 votes
1 answer

Program to execute Dockerfile using Jenkins declarative pipeline

Hey @Nishant, you can use something like ...READ MORE

Apr 15, 2019 in Jenkins by Kalgi
• 52,360 points
2,022 views
0 votes
1 answer

How to stop Jenkins service on Windows system?

Hi@akhtar, You can start your Jenkins service from your ...READ MORE

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

How to enable audit trail in Jenkins?

Hi@akhtar, You need to install the Audit Trail plugin ...READ MORE

Dec 7, 2020 in Jenkins by MD
• 95,440 points
2,009 views
0 votes
1 answer

Java version for Jenkins on ubuntu 18.04

Hi @Koyal, If you look at the ...READ MORE

Apr 16, 2019 in Jenkins by Vish
1,980 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
0 answers
0 votes
1 answer

java.lang.NoSuchMethodError: No such DSL method 'autoClean' found among steps

Hi@Nagarjun, It seems the plugin you are using ...READ MORE

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

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

Jenkins dead but pid file exists.

Hi@akhtar, There may be various reasons behind this ...READ MORE

Oct 22, 2020 in Jenkins by MD
• 95,440 points
1,808 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,804 views
0 votes
1 answer

How to build one Job from Jenkins CLI?

Hi@akhtar, To build a job from Jenkins CLI, ...READ MORE

Jul 7, 2020 in Jenkins by MD
• 95,440 points
1,798 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
2 answers

What does the AWS CodeDeploy Jenkins Plugin do?

AWS CodeDeploy is AWS service that coordinates application ...READ MORE

Aug 8, 2019 in Jenkins by Sirajul
• 59,230 points
1,748 views
0 votes
2 answers

What are the pre-requisites I need to keep in mind while installing Jenkins on windows?

Have a look at this thread to ...READ MORE

Feb 28, 2019 in Jenkins by Kim
1,730 views
+2 votes
1 answer

In Jenkins while creating node when we select option 'launch agent by Connecting it to the master' what should be launch command?

The command looks something like this:  java -jar ...READ MORE

Nov 4, 2019 in Jenkins by Sirajul
• 59,230 points
1,727 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
0 answers

I am unable to install packages on jenkins it was showing "An error occurred during installation: Forbidden"

Please let me know how to fix ...READ MORE

Dec 9, 2021 in Jenkins by anonymous
• 120 points
1,642 views