Skip all stages on first build (before we know parameters)#100
Skip all stages on first build (before we know parameters)#100daniel-beck wants to merge 1 commit intojenkins-infra:masterfrom
Conversation
Is it really needed to put that when condition for every stages instead of only once at the beginning of the Jenkinsfile? |
It would be much easier and cleaner in Scripted Pipeline 🤷 |
would it be horrible to do? (not sure if that would work) |
|
Where would you put that? We need to evaluate the |
|
in the first stage? |
Side note: This looks pretty weird due to the very high number of very small stages. It is unclear to me why we're e.g. splitting GPG and code signing cert preparation into separate stages.