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 .
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.
when expression
2.1m questions
2.1m answers
60 comments
57.0k users