-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
pipeline-model-definition 1.2.2
Minimal reproduction:
pipeline { agent any stage('when') { when { expression { fileExists('my-src-file') } } steps { echo '' } } }
Stack trace attached.
Whacky! I'm guessing that this has something to do with how I parse/transform/evaluate when conditions...