Trending questions in Jenkins

0 votes
1 answer

Docker Pipeline plugin communicate with non-default docker server

Hi @Kim, yes you can. You can ...READ MORE

Apr 12, 2019 in Jenkins by Shruti
1,311 views
0 votes
1 answer

Configure nginx as reverse reverse proxy

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

Apr 16, 2019 in Jenkins by Bryan
955 views
0 votes
1 answer

AWS CodeDeploy Jenkins Plugin configuration

Yes obviously, you need to configure. Follow ...READ MORE

Apr 16, 2019 in Jenkins by Ishaan
522 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,212 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,263 views
0 votes
1 answer

resource considerations I need to keep in mind before deploying my Jenkins master on AWS

Sizing your instances in terms of CPU, ...READ MORE

Apr 15, 2019 in Jenkins by Vish
447 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,515 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,740 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,454 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,830 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,303 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,450 views
+1 vote
1 answer

issue while deploying a war file through jenkins in docker container

Please make sure while deploying to the ...READ MORE

Dec 17, 2018 in Jenkins by Arohi
4,063 views
0 votes
1 answer

How do I install Jenkins on Windows?

Hey Laksha, before you start installing Jenkins ...READ MORE

Feb 28, 2019 in Jenkins by Kalgi

edited Feb 28, 2019 926 views
0 votes
1 answer

How do I install Jenkins on ubuntu?

Hey @Chandu, follow these steps to install ...READ MORE

Feb 26, 2019 in Jenkins by Kalgi
1,001 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,694 views
0 votes
1 answer

Jenkins Pipeline Wipe Out Workspace

You should probably put it in a post-built-step ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
9,662 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,752 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,978 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,179 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,083 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
8,001 views
0 votes
0 answers

Error saying "Some index files failed to download. Thet have been ignored, or old ones used instead"

I'm trying to install ansible in my ...READ MORE

Jan 13, 2019 in Jenkins by Lisha
1,263 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,719 views
0 votes
1 answer

Error saying "Connection failed" when trying to install java jdk on slave VM

Hey @Ali, I went through the error and ...READ MORE

Jan 3, 2019 in Jenkins by Vishnu
907 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,700 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,101 views
+1 vote
1 answer

Error: Maven runs with the wrong JDK on Jenkins

Perform the following steps: 1) Navigate to Manage ...READ MORE

Aug 8, 2018 in Jenkins by Sophie may
• 10,610 points
6,551 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,780 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
740 views
+2 votes
1 answer

I have installed cobertura plugin but my build is not succesful.

Please let us know the Goal you ...READ MORE

Dec 18, 2018 in Jenkins by Arohi
772 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,460 views
+1 vote
1 answer

Unable to access Jenkins. I newly installed Jenkins but for some reason I cannot access it.

Try changing the port, Change JENKINS_AJP_PORT="xyz" to JENKINS_AJP_PORT="abc" If changing the ...READ MORE

Jul 4, 2018 in Jenkins by Sophie may
• 10,610 points
7,841 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 627 views
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
454 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,273 views
+1 vote
3 answers

Rename jobs from jenkins file

Go to the Configure screen and edit the Project name field ...READ MORE

Oct 25, 2018 in Jenkins by Laila
4,190 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,514 views
0 votes
1 answer

How to construct Maven installation in Jenkins for each Slave node?

I’m assuming that Java and Maven are ...READ MORE

Aug 2, 2018 in Jenkins by Sophie may
• 10,610 points
4,818 views
0 votes
1 answer

Jenkins failed to set git

Change to the jenkins user and run the command ...READ MORE

Jul 19, 2018 in Jenkins by Kalgi
• 2,680 points
5,262 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,270 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,345 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,906 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,180 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,333 views
0 votes
1 answer

Jenkins: Build Pipeline Plugin Scheduled Trigger

This can be done by setting the ...READ MORE

Jul 11, 2018 in Jenkins by Sophie may
• 10,610 points
4,424 views
0 votes
1 answer

Jenkins - simply robocopy in Jenkins finishes marks build with failure

robocopy returns a bit map This is the ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
3,231 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,712 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,540 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,673 views