How can I get a list of installed Jenkins plugins? I searched the Jenkins Remote Access API document, but it was not found. Should I use Jenkins’ CLI? Is...
How can I trigger build of another job from inside the Jenkinsfile? I assume that this job is another repository under the same github organization, one that already has...
I have Hudson as continuous integration server and I want to use option ‘Publish JUnit test result report’. But I don’t use xUnit tools for testing, instead of that...
Our Jenkins server has a job that has been running for three days, but is not doing anything. Clicking the little X in the corner does nothing, and the...
Are comments possible in a Jenkinsfile? If so, what’s the syntax? I am using the declarative pipeline syntax. I want to comment out the “post” section below until my...
I would like to be able to do something like: AOEU=$(echo aoeu) and have Jenkins set AOEU=aoeu. The Environment Variables section in Jenkins doesn’t do that. Instead, it sets...
When writing jenkins pipelines it seems to be very inconvenient to commit each new change in order to see if it works. Is there a way to execute these...
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by...
Is it possible to exchange jobs between 2 different Jenkins’? I’m searching for a way to export/import jobs. 19 Answers 19
I added a new job in Jenkins, which I want to schedule periodically. From Configure job, I am checking the “Build Periodically” checkbox and in the Schedule text field...

