This commit is contained in:
Jim Nicholson 2024-02-07 00:52:14 -08:00
parent cea3844edf
commit 28fd83e208

View File

@ -5,7 +5,7 @@ void call(Map config = [:], Closure body) {
stepName: 'Checkout',
useJobSCM: true
]
runDefaults = defaults + config
runConfig = defaults + config
stage(runConfig.stepName) {
checkout scm
body()