Most answered questions in Jenkins

0 votes
2 answers

How do I start jenkins as an admin without having the need of entering credentials?

I found a way around: Go to /Users/Username/.jenkins/ Open config.xml and remove ...READ MORE

Aug 22, 2018 in Jenkins by DareDev
• 6,890 points
7,158 views
0 votes
2 answers

Error - trustAnchors parameter must be non-empty

This fixed the problem for me on ...READ MORE

Aug 17, 2018 in Jenkins by Nilesh
• 7,050 points
3,150 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,289 views
0 votes
2 answers

Different Jenkins $PATH

just add: source /etc/profile As the first step in ...READ MORE

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

How can I list all the `env` properties within a Jenkins pipeline?

Here's a quick script you can add ...READ MORE

Aug 8, 2019 in Jenkins by Sirajul
• 59,230 points
7,802 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,416 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,444 views
0 votes
2 answers

where to set the context path - jenkins

Put this into /etc/apache2/other/jenkins.conf: ProxyPass ...READ MORE

Aug 10, 2018 in Jenkins by Nilesh
• 7,050 points
7,973 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,467 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,279 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,049 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,686 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,743 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,083 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,681 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,396 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
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
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
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,148 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
+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
0 votes
1 answer

How to remove an existing job from one view in Jenkins?

Hi@akhtar, You can remove or add jobs in ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,440 points
12,793 views
0 votes
1 answer

How to add a timeout step to Jenkins Pipeline?

Hi@akhtar, You can execute the code inside the ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,440 points
4,521 views
0 votes
1 answer

What is the difference between Jenkins and Maven?

Hi@akhtar, A maven is a build tool designed to manage ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,440 points
3,403 views
0 votes
1 answer

How to build specific tag in Jenkins?

Hi@akhtar, You may able to do that by using ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,440 points
3,766 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
979 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,005 views
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,037 views
0 votes
1 answer

How to set permissions for a user in Jenkins?

Hi@akhtar, You can give access to your user ...READ MORE

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

How to create an user in Jenkins?

Hi@akhtar, You need to login to your Jenkins ...READ MORE

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

Access Denied user is missing the Job/Create permission in Jenkins.

Hi@akhtar, The user doesn't have sufficient permission to ...READ MORE

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

What goes under jenkins configuration of JDK (JDK 11 or the latest version I'm using for selenium)

Hi@zaraaq, It just a name. You can give ...READ MORE

Nov 10, 2020 in Jenkins by MD
• 95,440 points
3,269 views
0 votes
1 answer

What do the Jenkins pipelines do?

A pipeline is a collection of jobs ...READ MORE

Oct 29, 2020 in Jenkins by Liam
398 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,162 views
0 votes
1 answer

Questions on multibranch pipeline

Configuring Jenkins with git branch repository for ...READ MORE

Oct 28, 2020 in Jenkins by Hana
732 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,042 views
0 votes
1 answer

How to transfer files from one server to another using Jenkins?

You need configure SSH in Jenkins and ...READ MORE

Oct 27, 2020 in Jenkins by Sachin
6,990 views
0 votes
1 answer

How to Rename a job in jenkins?

Hi@akhtar, You can rename your Jenkins Job from ...READ MORE

Oct 27, 2020 in Jenkins by MD
• 95,440 points
5,133 views
0 votes
1 answer

How to remove a user from Jenkins?

Hi@akhtar, You can remove or replace the user ...READ MORE

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

How to give sudo power to the Jenkins user?

Hi@akhtar, You need to give Sudo power to ...READ MORE

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

How to run a script as root in Jenkins?

Hi@akhtar, You need to run the script with ...READ MORE

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

How to get the API Token for Jenkins?

Hi@akhtar, You can find the API key from ...READ MORE

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

How to configure Jenkins to run on port 80?

Hi@akhtar, You can change the port no from ...READ MORE

Oct 26, 2020 in Jenkins by MD
• 95,440 points
9,948 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,591 views
0 votes
1 answer

How to update Jenkins from a war file?

Hi@akhtar, You need to replace the Jenkins.war file. ...READ MORE

Oct 26, 2020 in Jenkins by MD
• 95,440 points
7,112 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,016 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,380 views