-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Download fails - FATAL: Cannot invoke "String.startsWith(String)" because "rel" is null #143
Comments
I confirm I can reproduce when testing this PR: #144 Not sure if it's a regression because of The stacktrace is
|
Possible duplicate of #129 Not sure if the origin if This work weel with freestyle. So it must be a regression or downstream breaking change somewhere else |
Thanks @jonesbusy for looking into the issue. I looked into the code as well, it seems something outside of the plugin code. |
Use the help form. You must enter all the parameters to perform the action you need. sh 'mkdir -p downloads' |
Jenkins and plugins versions report
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux
Reproduction steps
Expected Results
File should be downloaded
Actual Results
[Pipeline] sh
17:38:01 + mkdir downloads
[Pipeline] fileOperations
17:38:01 File Download Operation:
17:38:01 FATAL: Cannot invoke "String.startsWith(String)" because "rel" is null
17:38:01 FATAL: Cannot invoke "String.startsWith(String)" because "rel" is null
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Anything else?
No response
Are you interested in contributing a fix?
Yes
The text was updated successfully, but these errors were encountered: