-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Critical
-
Resolution: Unresolved
-
Component/s: parameterized-trigger-plugin
-
Labels:None
-
Similar Issues:
Created a simple pipeline job, as follows;
node {
readFile myFile
}
where myFile is 'File location' , and received the following error;
java.nio.file.NoSuchFileException: ...
If i look in the workspace of the job, the file which was selected as a parameter hasn't bee uploaded into the workspace, this is the bug.
Have same problem. Please fix it.