-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: workflow-basic-steps-plugin
-
None
in the snippet generator, the help text and generated code snippet for fileExists is wrong:
For a file 'my-file', it generates:
fileExists 'my-file'
But using that syntax throws an error.
The correct syntax - or at least, what works in my pipeline, is:
fileExists ('my-file')