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

Categories

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

jenkins - if we have 1 to 6 job in pipeline and want to execute 6th job how can we do that

in Devops engineering interview i was asked that if we have 1 to 6 job in pipeline and want to execute 6th job how can we do that? can anyone tell me the correct answer of this question .

question from:https://stackoverflow.com/questions/65935651/if-we-have-1-to-6-job-in-pipeline-and-want-to-execute-6th-job-how-can-we-do-that

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

1 Answer

0 votes
by (71.8m points)

There are different way to skip all other stages and only execute 6th stage. one way using when expression. This is most widely used to skip other stages based on some condition.


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