We have a need to be able to skip a submodule in certain environments. The module in question contains integration tests and takes half an hour to run. So...
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...
Is there a way to show the Jenkins build status on my project’s GitHub Readme.md? I use Jenkins to run continuous integration builds. After each commit it ensures that...
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...
Recently Maven build jobs running in Jenkins are failing with the below exception saying that they couldn’t pull dependencies from Maven Central and should use HTTPS. I’m not sure...
I’m trying to set up Jenkins-ci for a project using GitHub. I’ve already set up Jenkins with the appropriate plugins. I want Jenkins to run build scripts only whenever...
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...
Is it possible to turn off sonar (www.sonarsource.org) measurements for specific blocks of code, which one doesn’t want to be measured? An example is the “Preserve Stack Trace” warning...