call build definition from command line
I need to call multiple "build definition" from jenkins job.
Accepted answer
I wonder how long your server will be able to sustain the build load if you start a build for every deliver or, how long the users will have to wait.....
The best approach, I think, would be using a server extension for the deliver operation similar to https://rsjazz.wordpress.com/2016/07/15/build-on-state-change-work-item-save-participant/ that requests the build.
Comments
I agree with Ralph, you likely would want to avoid long running/heavy builds if they were to be triggered on every delivery.
You could also take a look at:
https://jorgediazblog.wordpress.com/2013/01/24/rtc-build-on-deliver-participant/
Also, related to your forum post title, there is no command line option for Jazz Build, but this request is tracked here:
Provide command line tools for the build toolkit (21161) (although my personal and non-official opinion is that thisparticular enhancement request may not be as high priority as some of the other work that is already known for Jazz Build).
You could use ANT and request a build from the command line, couldn't you?