I tried using stage like this

echo "ccc"
stage concurrency: 1, name: 'test'
echo "a"
sleep 50
echo "b"

That results in a build list like this
Failed > Console Output #222 Mar 17, 2015 12:42:59 PM
Not built > Console Output #221 Mar 17, 2015 12:42:58 PM
Not built > Console Output #220 Mar 17, 2015 12:42:57 PM
Not built > Console Output #219 Mar 17, 2015 12:42:56 PM
Not built > Console Output #218 Mar 17, 2015 12:42:55 PM
Failed > Console Output #217 Mar 17, 2015 12:42:54 PM

It would be more desirable to not get the Not built each time someone triggers a new build.
Sure I can see a point to allow multiple runs at the same time in some cases but in our case it would not really be such a good idea for us, at least not right now. That is why we would like to prevent another build from running if one is already running.
I can live with having two builds running where the last one is waiting for the first one to complete. But getting a Not built each time someone triggers or if a plugin triggers looks a bit messy to me.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to