The _________ statement in a Jenkinsfile is used to specify conditions for executing specific stages.

  • condition
  • if
  • stage
  • when
The "when" statement in a Jenkinsfile is used to specify conditions for executing specific stages. It allows for conditional execution based on factors such as build status or environment variables.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *