Jenkinsfile: Properly handle special cases for workspace paths.
This commit is contained in:
parent
b0dabb8848
commit
4beab1ea12
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -71,7 +71,7 @@ import groovy.transform.Field
|
||||
].collect {k, v -> [k, v]}
|
||||
|
||||
def jobWorkspace(id, f) {
|
||||
ws("workspace/${env.JOB_NAME}@$id", f)
|
||||
ws("workspace/${env.JOB_NAME.replaceAll(/[%$]/, "_")}@$id", f)
|
||||
}
|
||||
|
||||
def useShippedPremake(f) {
|
||||
|
Loading…
Reference in New Issue
Block a user