Most voted questions in Jenkins

0 votes
1 answer

Error while installing puppet on ubuntu

Seems like you've done something wrong with ...READ MORE

Dec 19, 2018 in Jenkins by Alan
445 views
0 votes
1 answer

Error saying "unrecognized service:when trying to start jenkins" while starting jenkins

You are running the wrong command, the ...READ MORE

Dec 19, 2018 in Jenkins by Alan
4,445 views
0 votes
2 answers

Unable to start the virtual machine

This means the adapter is trying to ...READ MORE

Aug 25, 2020 in Jenkins by Pistle
• 1,000 points
732 views
0 votes
2 answers

Nonexistent host networking interface Error while starting VM

This occurs mainly when the following is ...READ MORE

Aug 25, 2020 in Jenkins by Pistle
• 1,000 points
820 views
0 votes
1 answer

Jenkins not running as expected after changing the default port

If your Jenkins is running on Ubuntu Virtual ...READ MORE

Dec 19, 2018 in Jenkins by Charlie
3,739 views
0 votes
2 answers

timeout issue when trying to connect instance with putty

Hey @Ali, You might not have enabled ...READ MORE

Dec 20, 2018 in Jenkins by Eric
732 views
0 votes
1 answer

Unable to open Jenkins in master vm

There seems to be an issue with ...READ MORE

Dec 19, 2018 in Jenkins by Charlie

edited Dec 20, 2018 619 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

Error saying "Failed to resolve host name updates.jenkins.io. Perhaps you need to configure HTTP proxy?"

I had the same error. I was connected ...READ MORE

Dec 18, 2018 in Jenkins by Arohi
6,944 views
0 votes
2 answers

How do I start jenkins on my Virtual Machine?

To start the Jenkins server please follow ...READ MORE

Dec 17, 2018 in Jenkins by Arohi
8,050 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
1 answer

What are parameterized jobs in jenkins and how to configure it?

Hey @Hannah, Parameterized jobs/builds are the ones ...READ MORE

Dec 16, 2018 in Jenkins by Kiyara
4,815 views
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,182 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
3 answers

Error: ‘Jenkins: Cannot define variable in pipeline stage’

https://stackoverflow.com/questions/39832862/jenkins-cannot-define-var ...READ MORE

Mar 13, 2019 in Jenkins by Charles Wu
4,684 views
0 votes
1 answer

Error: ‘Jenkins pipeline: No such DSL method'

This is a simple mistake, just remove ...READ MORE

Aug 17, 2018 in Jenkins by Sophie may
• 10,610 points
22,923 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,168 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

Set a Jenkins environment variable based on a job parameter

So if you give choice parameter the ...READ MORE

Aug 14, 2018 in Jenkins by Kalgi
• 52,360 points
8,076 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

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
3 answers

How can I make Jenkins CI with Git trigger on pushes to master?

To automatically run build on code commit, follow ...READ MORE

Aug 7, 2019 in Jenkins by Sirajul
• 59,230 points
4,535 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,688 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
3 answers

How to get the Maven Version of a project in Jenkins?

Here is a snippet from our Jenkins ...READ MORE

Oct 4, 2019 in Jenkins by Petr Doležal
22,116 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,815 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
5 answers

What is the default Jenkins password?

Change the shell to /bin/bash instead of bin/false ...READ MORE

Apr 23, 2019 in Jenkins by Vinod
44,387 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,026 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
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,983 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,476 views
0 votes
1 answer

Can’t find “manage Jenkins” on Jenkins home page

The simplest solution is reset security. Tomcat by ...READ MORE

Aug 9, 2018 in Jenkins by Kalgi
• 52,360 points
4,259 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

Jenkins and GitHub webhook: HTTP 403

You need to create a specific user ...READ MORE

Aug 9, 2018 in Jenkins by Kalgi
• 52,360 points
4,506 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,189 views
0 votes
1 answer

Jenkins Pipeline using Openshift

Create a new service account in openshift ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
709 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

Empty Jenkins Workspace causing Jenkins build failure

/tmp/hudson3579240812233061648.sh: line 3: cd: /jenkins/workspace/completeness_compiler_runtime_tests/TPS/qel/automation/tools The error is ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
8,966 views
0 votes
1 answer

Jenkins MsBuild.exe issue

Go to manage Jenkins -> global tool ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
526 views
0 votes
1 answer

Jenkins cannot open directory Permission denied

Try whoami command to find out which ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
6,442 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

Jenkins- Build Date in Jenkins Email

Install the zentimestamp plugin. This plugin exports a BUILD_TIMESTAMP variable. ...READ MORE

Nov 14, 2018 in Jenkins by Kalgi
• 52,360 points
9,188 views
0 votes
1 answer

Error message artifacts/*.jar doesn’t match anything: even ‘artifacts’ doesn’t exist

Artifacts store any data that is created ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
3,891 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,516 views
0 votes
1 answer

HTML in job descriptions on jenkins

Follow these steps: Step 1- go to manage ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
7,704 views
0 votes
1 answer

Jenkins console output not in realtime

Make sure your script is flushing it ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
5,261 views
0 votes
1 answer

Jenkins: invalid version of SVN working copy

Try this manage jenkins > configure system look ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
3,320 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
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