-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: workflow-basic-steps-plugin
-
Environment:Windows server or agent
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.
- links to