How to get a list of installed Jenkins plugins with name and version pair
How can I get a list of installed Jenkins plugins? I searched the Jenkins Remote Access API document, but it was not found. … Read more
How can I get a list of installed Jenkins plugins? I searched the Jenkins Remote Access API document, but it was not found. … Read more
How can I trigger build of another job from inside the Jenkinsfile? I assume that this job is another repository under the same … Read more
I have Hudson as continuous integration server and I want to use option ‘Publish JUnit test result report’. But I don’t use xUnit … Read more
Our Jenkins server has a job that has been running for three days, but is not doing anything. Clicking the little X in … Read more
Are comments possible in a Jenkinsfile? If so, what’s the syntax? I am using the declarative pipeline syntax. I want to comment out … Read more
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 … Read more
When writing jenkins pipelines it seems to be very inconvenient to commit each new change in order to see if it works. Is … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
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 … Read more