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 9b2f326b08 - Show all commits

View File

@ -23,6 +23,6 @@ void call(Map config = [:], Closure body) {
artifactsList = runConfig.artifacts.inspect().replaceAll('[\\[\\]\'\"]', '')
archiveArtifacts artifacts: artifactsList, followSymlinks: false
}
body()
// body()
}
}