Hope I am not asking for something that has already been suggested.
I think it would be nice to have spaces in this variable escaped. This would make build scripts more readable with default configuration.
Hope I am not asking for something that has already been suggested.
I think it would be nice to have spaces in this $WORKSPACE variable escaped. This would make build scripts more readable with default configuration.
Just to clarifyI am talking about the variable that is listed at jenkins.example.com/env-vars.html The one that is described as (The absolute path of the directory assigned on the master node for Jenkins to store data.) If a job has a name that has spaces in it then the value of that variable with default config would be: /var/lib/jenkins/workspace/Name of Job I am suggesting it to be: /var/lib/jenkins/workspace/Name\ of\ Job