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
I\'m using Jenkins to build a maven 2 project. As part of the build a couple of jar files get generated in the target directory. I would like Jenkins to archive/copy a specific jar from the target loc
Ha开发者_如何学运维s anyone worked with Jenkins and Symfony 1.4? It uses limetest and i have no idea if it has a compatibility mode with Jenkins!Symfony have two tasks for testing: test:unit and test:
Some facts: I\'m using jenkins with Cobertura. I have a multi-module Android project, one module is for testing and the other is the actual bl.
When I run the test cases inside soapUI, everything works fine. But when I\'m running the tests inside jenkins, the assertions fail as you can see in this gist:
I want to write a simple HTMLUnit test script for Jenkins (former Hudson). INFO: Jenkins uses the YUI Javascript library. The YUI library replaces the form submit with a custom button. The script just
We have WCAT based load tests. Now we want to use Jenkins continuous integration tool. What we want to see is a trend graph of \"requests/sec\" metric.
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?