Skip a submodule during a Maven build
We have a need to be able to skip a submodule in certain environments. The module in question contains integration tests and takes … Read more
We have a need to be able to skip a submodule in certain environments. The module in question contains integration tests and takes … 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
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. … 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
Recently Maven build jobs running in Jenkins are failing with the below exception saying that they couldn’t pull dependencies from Maven Central and … Read more
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 … 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
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 … Read more