I have a Je开发者_开发百科nkins job consisting of a matrix style configuration. I want to run a script that determines whether that combination should be run (similar to the combination filter, but dy
I\'m working on a Jenkins job and i need it to build two branches in the same repository. How can i do this开发者_StackOverflow社区?Considering that Jenkins cannot execute one job on two versions of a
Is there an API to determine whether a given job is currently running or not? Ideally, I\'d als开发者_如何学Co like to be able to determine its estimated % complete and get the details of the SVN rev
Hope you can help me on this one. I have a job called \"Template\" that generates a template.xml file. I have several other jobs that use this template.xml file开发者_运维问答. However, before they bu
Whats is the best way to distribute different builds to different slave? Can you give some examples how to restrict to particular node or all nodes or labeling is better?
I have installed the isapi_redirect into IIS, and allowed to run. I have enabled the ajp13 in Jetty and I can telnet to port 8009.
We have some Jenkins (was formerly a Hudson system) jobs running. Now, we saw that all of a sudden most of the post build actions appear twice:
I am trying to add Sonar to my Continuous Integration build system. I am using ANT as my build script and I am using the sonar-ant-task-1.1.jar for sonar to generate the reports based on my source cod
I have the latest version of Jenkins, and I launched it with \"java -jar jenkins.jar.\" Then I got an error
We work with a lot of legacy code and we think about introducing some metrics for new code. Is it possible to let Findbugs and Checkstyle run on changed files only instead of a complete project?