A workflow stage can limit concurrency:
stage name: perf, concurrency: 1
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d6fb9249-bdbb-4824-8595-8edbd55a3e26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Will this send the job to a queue if it's already running?