-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: declarative-pipeline-when-conditions-plugin
-
None
-
Environment:Jenkins 2.150.1
Pipeline 2.6
Pipeline: Declarative 1.3.4
With a requirement to build selectively from a single mono repo I was trying to create steps for every project and conditionally (using 'when') build only what's required.
When running the attached pipeline it fails with this exception - java.lang.NoSuchMethodError: No such DSL method 'when' found among steps [ArtifactoryGradleBuild
full exception attached.