#1
|
|||
|
|||
Can a Visual Build script issue build commands to Jenkins?
A) Can a Visual Build Pro script issue build commands to Jenkins?
In particular, can a Visual Build Pro *.bld script call Jenkins to schedule a build? We would like to use a Visual Build Pro *.bld script to loop through a build cycle list, and kick off, through Jenkins, a set of builds. B) Can Jenkins loop through a build cycle list and for each scheduled build, kick off two different Visual Build Pro *.bld scripts? (example: one VBP script for labeling, the other VBP script for building) Last edited by ark014; 03-28-2016 at 03:26 PM. Reason: enhancement |
#2
|
|||
|
|||
A) Possibly, see
https://wiki.jenkins-ci.org/display/...ote+access+API https://wiki.jenkins-ci.org/display/...-Buildtriggers B) Yes (and you could call one Visual Build script that does both or calls two other projects), see http://www.kinook.com/VisBuildPro/Manual/continteg.htm https://stackoverflow.com/questions/...and-in-jenkins https://www.google.com/search?q=jenk...mmand+multiple |
|
|