We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On any agent create a directory or a file that would look like a groovy string to be variable expanded: mkdir '${var}'
mkdir '${var}'
This is a valid filename for the OS.
Try to navigate inside that directory: get an error 500.
See http://glu.977617.n3.nabble.com/fileContent-tries-to-variable-expand-file-names-td4026170.html for a detailed stack trace.
Other valid filename characters such as '' might cause problems.
The text was updated successfully, but these errors were encountered:
#247: fixed handling of special characters
0e8784e
#247: handle space appropriately
53f3685
- requires new utils-misc version - upgraded to gradle 1.9 - added links in full path representation
Fixed in glu 5.4.0
Sorry, something went wrong.
ypujante
No branches or pull requests
On any agent create a directory or a file that would look like a groovy string to be variable expanded:
mkdir '${var}'
This is a valid filename for the OS.
Try to navigate inside that directory: get an error 500.
See http://glu.977617.n3.nabble.com/fileContent-tries-to-variable-expand-file-names-td4026170.html for a detailed stack trace.
Other valid filename characters such as '' might cause problems.
The text was updated successfully, but these errors were encountered: