-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: pipeline-model-definition-plugin
It would be super useful to allow the evaluation of environment variables and possibly also properties in when {} blocks, so that one define / and or use global properties to decide whether or not certain stages should run. Idea:
when {
any {
branch env.BRANCH_NAME
changelog properties.changeLog
}
}
Â