-
Bug
-
Resolution: Not A Defect
-
Minor
-
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')