Hi Jesse,

that does not work. I have created exactly this workflow:

stage name: 'DevBuild', concurrency: 1
echo "doing dev build"
stage name: 'Waiting to integrate'
input message: 'Proceed?'
stage name: 'Integration', concurrency: 1
echo "doing integration"

Then I started 3 builds one after another. All three are now waiting for user input in stage "Waiting to integrate".

I would expect that two earlier builds get discarded once the last one reaches the user input. Otherwise I may get many builds waiting for user interaction.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to