trigger multiple jobs
Hi Team,
I want to achieve the following scenario in jenkins pipeline ,
while writing pipeline groovy script am pausing pipeline flow for interactive user input to make the execution into next stages.When we are triggering multiple build on a same project ,so it will have different build number as 102,103,1044..etc..
In this case I want to trigger all waiting build(102,103,104..etc..) from one build.
is it possible to achive this? and How in jenkins.
-
It is not quite clear what exactly you are trying to achieve. Maybe you can place some pseudocode in GitHub Gist or something like that to make it cleared.
In any case, the `build` step has a `wait` parameter which enables you to trigger builds and move on instead of waiting for completion. This is one way to start multiple builds of a downstream project.
0 -
Hi Team,
is it possible to have call with you team to talk about this issues.0 -
I am afraid I cannot locate the active subscription for your account since you seem to have logged in with the private email.
If you have a subscription, feel free to create a support ticket and we can discuss this issue further.
If you don't have a subscription, I can put you in contact with our sales so that you can learn about available services. It sounds like you might be interested in the CloudBees Jenkins Support.
Best regards,
0
Please sign in to leave a comment.
Comments
3 comments