Add closure back

This commit is contained in:
Jim Nicholson 2024-02-07 02:02:11 -08:00
parent 9b2f326b08
commit 29be5c0660

View File

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