Don't call closure twice

This commit is contained in:
Jim Nicholson 2024-02-13 03:23:55 -08:00
parent 8251c7b7bb
commit 3c2f75c464

View File

@ -25,6 +25,5 @@ void call(Map config = [:], Closure body = { }) {
artifactsList = runConfig.artifacts.join(',')
archiveArtifacts artifacts: artifactsList, followSymlinks: false
}
body()
}
}