This commit is contained in:
Jim Nicholson 2024-02-07 00:55:54 -08:00
parent 28fd83e208
commit b146e04866

View File

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