Revamp stages and restructure project #1

Merged
jim merged 32 commits from newstage into master 2024-02-08 02:22:21 +00:00
Showing only changes of commit 3ccc50ec5d - Show all commits

View File

@ -21,7 +21,7 @@ void call(Map config = [:], Closure body) {
error("ERROR: File ${runConfig.buildTest} does not exist in workspace.") error("ERROR: File ${runConfig.buildTest} does not exist in workspace.")
} }
if (runConfig.saveArtifacts) { if (runConfig.saveArtifacts) {
artifactsList = runConfig.artifacts.inspect().replaceAll('[\\[\\]\'\"]', '') artifactsList = runConfig.artifacts.join(',')
archiveArtifacts artifacts: artifactsList, followSymlinks: false archiveArtifacts artifacts: artifactsList, followSymlinks: false
} }
body() body()