Most answered 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

How to increase the Jenkins login page timeout time?

Hi@akhtar, You can change the timeout time in ...READ MORE

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

How to change Jenkins default view?

Hi@akhtar, To change the default view in Jenkins you ...READ MORE

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

How to reset build number in jenkins?

Hi@akhtar, You can do this task with the ...READ MORE

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

How to clone a job in Jenkins?

Hi@akhtar, You can clone a Job in Jenkins. ...READ MORE

Oct 24, 2020 in Jenkins by MD
• 95,440 points
29,038 views
0 votes
1 answer

How to move Jenkins from one system to another?

Hi@MD, You can move your Jenkins server to ...READ MORE

Oct 24, 2020 in Jenkins by akhtar
• 38,230 points
4,044 views
0 votes
1 answer

How to cleanup Jenkins workspace?

Hi@akhtar, There is a way to clean up ...READ MORE

Oct 24, 2020 in Jenkins by MD
• 95,440 points
22,415 views
0 votes
1 answer

How to set the Sender address in Jenkins?

Hi@akhtar, In Jenkins, we need to set the ...READ MORE

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

How can I enable jenkins to execute the shell commands as sudo or root?

Hey,  Create a freestyle project on Jenkins Use the ...READ MORE

Oct 23, 2020 in Jenkins by Hana
35,367 views
0 votes
1 answer

How to schedule jobs in Jenkins?

Hi@akhtar, If you want to schedule your Jenkins ...READ MORE

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

Jenkins cannot restart itself as currently configured.

Hi@akhtar, I think you did not install the ...READ MORE

Oct 22, 2020 in Jenkins by MD
• 95,440 points
5,426 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

Connection error sending email, retrying once more in 10 seconds. Failed after second try sending email in jenkins.

Hi@akhtar, I think you did not configure the ...READ MORE

Oct 22, 2020 in Jenkins by MD
• 95,440 points
6,884 views
+1 vote
1 answer

How to restart Jenkins manually?

Hi@akhtar, To restart Jenkins manually, you can use ...READ MORE

Oct 22, 2020 in Jenkins by MD
• 95,440 points
11,683 views
0 votes
1 answer

Aws codebuild plugin: A versioned S3 bucket is required

Hi@akhtar, As it is showing that you need ...READ MORE

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

How to change the image that the slave uses for a jenkins pipeline?

Hi@akhtar, You can specify the Docker images directly ...READ MORE

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

What is the difference between the Jenkins jobs which are in workspace directory and jobs directory

Hi@Shashi, These folders have different meanings in Jenkins. If ...READ MORE

Oct 21, 2020 in Jenkins by MD
• 95,440 points
3,496 views
0 votes
1 answer

"Connection reset by peer: socket write error" while uploading the artifact to nexus from jenkins

Try to enable the unsecure renegotiation by ...READ MORE

Oct 19, 2020 in Jenkins by Neha
3,092 views
0 votes
1 answer

How to run the Jenkins job using shell script ?

Check if this can help https://myopswork.com/when-shell-scripts-meets- ...READ MORE

Oct 19, 2020 in Jenkins by Kim
7,202 views
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

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

Where can I find the Jenkins artifacts?

It is being archived on the master ...READ MORE

Oct 15, 2020 in Jenkins by Kim
8,042 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

Error " unable to parse POM" while build on Jenkins

Maven tries to read /root/.jenkins/workspace/test tools as ...READ MORE

Oct 8, 2020 in Jenkins by Blackbuild
2,964 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,077 views
0 votes
1 answer
0 votes
1 answer

Hi Anyone can help me with logic catch in Jenkins? When deployment fails I need the script!

Try this: node { stage('Example') { try { ...READ MORE

Oct 6, 2020 in Jenkins by Adil
467 views
0 votes
1 answer

How Jenkins jobs will get triggered through bit bucket?

You have to use a webhook for ...READ MORE

Sep 30, 2020 in Jenkins by Prakash
354 views
0 votes
1 answer

When I'm trying to reinstall Jenkins in cent OS, the secrets folder is not creating and Jenkins is not using port 8080.

Go to /etc/yum.repo.d and delete jenkins.io package. Then ...READ MORE

Sep 30, 2020 in Jenkins by Adil
581 views
0 votes
1 answer

Jenkins : Problem with the script. Can anyone help?

Refer to user input... In Jenkins pipeline ...READ MORE

Sep 30, 2020 in Jenkins by Adil Abdullah Khan
705 views
0 votes
1 answer

How to deploy a jar file (spring boot jar) using Jenkins?

Use Gradle publish plugin in built.gradle. That should ...READ MORE

Sep 30, 2020 in Jenkins by Adil Abdullah khan

edited Mar 4, 2022 by Sarfaraz 4,104 views
0 votes
1 answer

How to deploy the war file in Tomcat Server with Jenkins pipeline job on an windows machine?

Use deploy to container plugin. Go to the ...READ MORE

Sep 30, 2020 in Jenkins by Adil Abdullah Khan
4,393 views
0 votes
1 answer

How to give approval in declarative Jenkins pipeline?

Here's the steps for manual approval in ...READ MORE

Sep 24, 2020 in Jenkins by Adil
6,834 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,451 views
0 votes
1 answer

Can anyone help me with integrating my Jenkins(running in the local machine)with a Github project?

You can do the config in the ...READ MORE

Sep 21, 2020 in Jenkins by Karthish Krishna
399 views
0 votes
1 answer

How to setup which trigger email notification to email id's in Jenkins pipeline script at every stage?

Hi@Shashi, You need to install some plugins in ...READ MORE

Sep 18, 2020 in Jenkins by MD
• 95,440 points
3,166 views
0 votes
1 answer

Jenkins: "Error: A JNI error has occurred, please check your installation and try again"

In my case, the issue was caused ...READ MORE

Sep 17, 2020 in Jenkins by Kim
8,064 views
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

Not able to Lunch agent with help of both wat lunc agaent and command line.

Hi@Manoranjan, You need to click on the launch ...READ MORE

Sep 14, 2020 in Jenkins by MD
• 95,440 points
589 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,379 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,287 views
0 votes
1 answer

How to trigger a build on commit to branch in declarative pipeline

Hi@Madhura, You can use triggers keyword in your ...READ MORE

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

ERROR: anonymous is missing the Overall/Read permission

Hi@akhtar, You need to tell your username password. ...READ MORE

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

How to create a Jenkins Pipeline?

Hi@akhtar, To create a basic Pipeline through Jenkins ...READ MORE

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

Install Jenkins Plugin from Jenkins CLI.

Hi@akhtar, You need to tell your Plugin name ...READ MORE

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

How to list down all Plugins in Jenkins from CLI?

Hi@akhtar, You need to download the jenkins-cli.jar file ...READ MORE

Jul 7, 2020 in Jenkins by MD
• 95,440 points
3,664 views
+1 vote
1 answer

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

Hi@akhtar, I think you did not install your ...READ MORE

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

How to create one Job in Jenkins from CLI?

Hi@akhtar, You need to download the jenkins-cli.jar file ...READ MORE

Jul 7, 2020 in Jenkins by MD
• 95,440 points
3,486 views