Trending questions in Jenkins

0 votes
1 answer

How to configure and use third party tools in jenkins?

The procedure to utilize a third party ...READ MORE

Aug 27, 2019 in Jenkins by Sirajul
• 59,230 points
3,305 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
791 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
702 views
0 votes
2 answers

how to manually install plugins in Jenkins?

You can download the plugin (*.hpi file) ...READ MORE

Aug 1, 2019 in Jenkins by Sirajul
• 59,230 points
5,169 views
0 votes
1 answer

How is a Jenkinsfile structured? What is its role?

For defining a Pipeline in SCM, a ...READ MORE

Oct 11, 2019 in Jenkins by Sirajul
• 59,230 points
971 views
+1 vote
0 answers

How to change the jenkins job status manually ( user interaction ) ?

I have 7 freestyle jobs (A,B,C,D,E,F,G) in ...READ MORE

Jul 24, 2019 in Jenkins by Veeranji
• 130 points
4,006 views
0 votes
1 answer

Run Jenkins on Private VPC?

If you want to place the instance ...READ MORE

Aug 30, 2019 in Jenkins by Tara
2,217 views
0 votes
1 answer

Getting below error on Jenkins while creating a Maven Build Job

When you are using ssh to connect, ...READ MORE

Sep 3, 2019 in Jenkins by Hari
2,037 views
+2 votes
0 answers

I'm facing the issue while connecting from pipeline script to svn (scm) checkout

Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of ...READ MORE

Aug 26, 2019 in Jenkins by sk
1,998 views
+1 vote
3 answers

Is it possible for the Jenkins pipeline function 'fileExist' to handle wildcards?

If you do not have the plug-in, ...READ MORE

May 8, 2019 in Jenkins by Kalgi
• 52,360 points
12,993 views
0 votes
2 answers

How to create backup and copy files in jenkins?

You would require to copy and take ...READ MORE

Aug 1, 2019 in Jenkins by Sirajul
• 59,230 points
6,425 views
0 votes
1 answer

How do you implement CI/CD using Jenkins?

Continuous Integration using Jenkins and Git plugin Create ...READ MORE

Aug 30, 2019 in Jenkins by Sirajul
• 59,230 points
1,288 views
+1 vote
1 answer

Is it possible to create a jenkins pipeline without using a jenkinsfile?

Yes, you can create a Jenkins pipeline ...READ MORE

May 31, 2019 in Jenkins by Sirajul
• 59,230 points
5,052 views
0 votes
1 answer

Jenkins and Docker: How can I customize my jenkins pipeline to use docker?

Jenkins Pipeline is designed to easily use ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
1,336 views
+1 vote
1 answer

What is the difference between Hudson and Jenkins?

Jenkins and Hudson are Continuous Integration tool, ...READ MORE

Jun 17, 2019 in Jenkins by Neel
• 3,020 points
4,182 views
0 votes
1 answer

how can you temporarily turn off the jenkins security when the adminstrators have locked out of the admin consoles?

The JENKINS_HOME organizer contains a document named ...READ MORE

Aug 7, 2019 in Jenkins by Sirajul
• 59,230 points
2,017 views
0 votes
1 answer

How to run selenium script with TestNG on Jenkins?

You can build this project in Jenkins ...READ MORE

Jun 19, 2019 in Jenkins by Neel
• 3,020 points
3,739 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,142 views
0 votes
1 answer

What is Blue Ocean in jenkins?

Blue Ocean is a project that redefines/rethinks ...READ MORE

Aug 26, 2019 in Jenkins by Sirajul
• 59,230 points
715 views
0 votes
1 answer

Secure Jenkins with AWS

Make use of the security groups and ...READ MORE

Aug 30, 2019 in Jenkins by Payal
410 views
0 votes
1 answer

How do you configure automatic build in jenkins?

Works in Jenkins can be activated intermittently ...READ MORE

Aug 6, 2019 in Jenkins by Sirajul
• 59,230 points
681 views
0 votes
1 answer

How do I schedule a Jenkins compile/build job only when there is a new commit to my source code ?

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

May 29, 2019 in Jenkins by Sirajul
• 59,230 points
3,587 views
0 votes
1 answer

How can I ensure that my jenkins build server is accessed only by authorized users?

Anyone can make use of the URL ...READ MORE

Aug 6, 2019 in Jenkins by Sirajul
• 59,230 points
601 views
0 votes
1 answer

Can I use multiple containers on a jenkins declarative pipeline?

Yes of course you can!! You try ...READ MORE

Apr 12, 2019 in Jenkins by Vedant
5,541 views
0 votes
2 answers

Error when trying to start puppet service

first where the puppetserver is installed i.e.., ...READ MORE

Mar 28, 2019 in Jenkins by Mallikarjuna
• 140 points
8,284 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,750 views
0 votes
1 answer
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,097 views
0 votes
1 answer

Use a docker image with jenkins declarative pipeline

Hey @Jithin, you could use something like ...READ MORE

Apr 12, 2019 in Jenkins by Bishu
4,653 views
0 votes
1 answer

Warning saying "It appears that your reverse proxy set up is broken."

 As noted in the Jenkins Wiki, "The ...READ MORE

May 16, 2019 in Jenkins by Haider
3,120 views
0 votes
1 answer

Jenkins displays the message that reverse proxy setup is broken. How to solve this issue? [closed]

As long as it is not interrupting ...READ MORE

Jun 19, 2019 in Jenkins by Neel
• 3,020 points
1,565 views
0 votes
0 answers

Developing Continuous Delivery Pipeline using Git, Jenkins, Maven & Tomcat - join link. Registered today but not geeting link to joinin [closed]

Developing Continuous Delivery Pipeline using Git, Jenkins, ...READ MORE

Jul 4, 2019 in Jenkins by Mukul

closed Jul 5, 2019 by Vardhan 855 views
0 votes
2 answers

What does the AWS CodeDeploy Jenkins Plugin do?

AWS CodeDeploy is AWS service that coordinates application ...READ MORE

Aug 8, 2019 in Jenkins by Sirajul
• 59,230 points
1,669 views
0 votes
2 answers

integrate Jenkins with AWS CodeCommit

jenkins user add in visudo or /etc/sudoers READ MORE

May 14, 2019 in Jenkins by anonymous
3,344 views
0 votes
1 answer

jenkins workspace option

You can basically customize your jenkins workspace. ...READ MORE

May 16, 2019 in Jenkins by Hitesh
2,245 views
0 votes
1 answer

What is "Pipeline as code" concept in jenkins?

Jenkins "Pipeline as code"  allows you to define ...READ MORE

Jun 4, 2019 in Jenkins by Sirajul
• 59,230 points
1,411 views
0 votes
1 answer

Error while trying to execute a maven project

Follow these steps: In global tool configuration: For Maven: ...READ MORE

Jan 3, 2019 in Jenkins by Vishnu
7,989 views
0 votes
1 answer

config.xml file location on ubuntu 14

Set useSecurity from true to false and ...READ MORE

Apr 17, 2019 in Jenkins by Navya
2,784 views
0 votes
1 answer

Location of jenkins workspace

By default, your Jenkins workspace would be ...READ MORE

May 15, 2019 in Jenkins by Sharma
1,012 views
0 votes
1 answer

Use terraform to generate HTTPS Git credentials for AWS CodeCommit

Use data.external to execute a CLI script: credentials=$(aws ...READ MORE

Apr 17, 2019 in Jenkins by Jaimy
2,201 views
0 votes
2 answers

How do I secure my jenkins build?

Anyone can make use of the URL ...READ MORE

Aug 7, 2019 in Jenkins by Sirajul
• 59,230 points
1,076 views
+2 votes
4 answers

Jenkins integration for dotnet test

You can use the following Pipeline code ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
6,967 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,157 views
0 votes
1 answer

Use Custom Docker registry with jenkins declarative pipeline

Yes, you can! try something like this: node ...READ MORE

Apr 12, 2019 in Jenkins by Bishu
2,126 views
0 votes
1 answer

Java version for Jenkins on ubuntu 18.04

Hi @Koyal, If you look at the ...READ MORE

Apr 16, 2019 in Jenkins by Vish
1,953 views
0 votes
1 answer

Program to execute Dockerfile using Jenkins declarative pipeline

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

Apr 15, 2019 in Jenkins by Kalgi
• 52,360 points
1,987 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,865 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,481 views
0 votes
0 answers

integrate Jenkins with AWS CodeCommit [closed]

I'm trying to integrate Jenkins with AWS ...READ MORE

Apr 16, 2019 in Jenkins by Vishal

closed May 14, 2019 by Vardhan 1,475 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,663 views