Most voted questions in Jenkins

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,080 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,186 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,923 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,765 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,024 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,053 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,945 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,064 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
464 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
351 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
571 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
693 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,093 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,382 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,819 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,429 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
390 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,157 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,047 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,762 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
579 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,363 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,273 views
0 votes
0 answers

Doubt Regarding Jenkins Shared Libraries

Hello All, I have doubt.The way we declare ...READ MORE

Jul 14, 2020 in Jenkins by omkarnik
• 120 points
432 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,932 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,711 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
571 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,861 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,646 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,470 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,789 views
0 votes
1 answer

How to use Jenkins CLI in Windows system?

Hi@akhtar, You need to install Java in your ...READ MORE

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

is there a way how to finish in-progress slave builds if Jenkins master goes offline

Hi@, You can assign your Jenkins Job to ...READ MORE

Jun 30, 2020 in Jenkins by MD
• 95,440 points
3,200 views
0 votes
1 answer

Access Error: 404 -- Not Found in jenkins.

Hi@akhtar, You may get this error if port ...READ MORE

Jun 16, 2020 in Jenkins by MD
• 95,440 points
6,763 views
0 votes
1 answer

Failed to stop container 'd537cf8e22697f866e146d6d899e008e5a2aff80089923e9a77ed5b5f7da7d56' for node 'Kubectl-image-0000ew8kc42qk' due to exception:

Hi@akhtar, Before launching the Node, make sure your ...READ MORE

Jun 4, 2020 in Jenkins by MD
• 95,440 points
456 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,398 views
0 votes
1 answer

Caused: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /192.168.99.102:4243

Hi@akhtar, You may get this error if you ...READ MORE

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

java.nio.file.AccessDeniedException: /root/home

Hi@akhtar, By default Jenkins home directory is set ...READ MORE

Jun 4, 2020 in Jenkins by MD
• 95,440 points
11,919 views
0 votes
2 answers

How to change the default Jenkins port in Windows?

Hi@akhtar, Yes, you can change Jenkins port no. ...READ MORE

Jun 3, 2020 in Jenkins by MD
• 95,440 points
28,819 views
0 votes
1 answer

Caused by: org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException: Connection closed before acknowledgement sent

Hi@akhtar, This type of error may occur because ...READ MORE

May 29, 2020 in Jenkins by MD
• 95,440 points
4,249 views
0 votes
1 answer

JNLP agent port is disabled and agents cannot connect this way. Go to security configuration screen and change it.

Hi@MD, By default JNLP agent port is disabled ...READ MORE

May 29, 2020 in Jenkins by akhtar
• 38,230 points
18,249 views
0 votes
1 answer

ERROR: Connection is not established! java.lang.IllegalStateException: Connection is not established!

Hi@akhtar, This error may occur because of network ...READ MORE

May 29, 2020 in Jenkins by MD
• 95,440 points
4,078 views
0 votes
1 answer

not able to launch new node via SSH in Jenkins!

Hi@akhtar, To launch one new node via SSH, ...READ MORE

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

java.net.UnknownHostException: updates.jenkins.io

Hi@akhtar, You may get this error, if your ...READ MORE

May 28, 2020 in Jenkins by MD
• 95,440 points
10,255 views
0 votes
1 answer

jenkins msbuild

Hi@sravan, I think you did not set your ...READ MORE

May 29, 2020 in Jenkins by MD
• 95,440 points
877 views