Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: workflow-basic-steps-plugin
-
Labels:
-
Environment:Windows server or agent
-
Similar Issues:
Description
If you execute this code in a windows agent or master:
node('master'){
def test = fileExists ''
echo test.toString()
}
The result is true while in linux machines the result is false.
The result should be always false.
Attachments
Issue Links
- links to