Fixes for sandbox
This commit is contained in:
parent
7059990c87
commit
3ccc50ec5d
@ -21,7 +21,7 @@ void call(Map config = [:], Closure body) {
|
||||
error("ERROR: File ${runConfig.buildTest} does not exist in workspace.")
|
||||
}
|
||||
if (runConfig.saveArtifacts) {
|
||||
artifactsList = runConfig.artifacts.inspect().replaceAll('[\\[\\]\'\"]', '')
|
||||
artifactsList = runConfig.artifacts.join(',')
|
||||
archiveArtifacts artifacts: artifactsList, followSymlinks: false
|
||||
}
|
||||
body()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user