Jenkins: How to skip a specific stage in a multibranch pipeline?
问题 We have "stage (build)" on all our branches. Temporarily how can we skip this stage to run on all our branches in multibranch pipeline. I know one solution is use when condition on stage and ask all developers to pull that branch into their branch. But thats lot of work and coordination. Instead I am looking for a global configuration where we can simply skip the stage by name on any branch. 回答1: It sounds like you keep the Jenkinsfile alongside the code, but want to change how the