Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
965 views
in Technique[技术] by (71.8m points)

concurrency - How to run concurrent Jenkins builds only if the jobs are running on different node labels?

I have a Jenkins pipeline that runs a test suite. It takes in a parameter, node-label, to determine which environment to run the Jenkins build on. At first I was only using it on one environment so I had "Do not allow concurrent builds" enabled. But now I'm expanding the pipeline to other people and environments. I want to allow Jenkins to build concurrently only if the parameter node-label isn't currently being built. How can I do this?

question from:https://stackoverflow.com/questions/65848786/how-to-run-concurrent-jenkins-builds-only-if-the-jobs-are-running-on-different-n

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...