Move things around

This commit is contained in:
Jim Nicholson 2024-02-07 03:16:30 -08:00
parent ddd61cc25a
commit dbc2bf849d

View File

@ -8,6 +8,9 @@ void call(Map config = [:], Closure body) {
echo 'Firing ...'
runConfig = defaults + config
stage(runConfig.stepName) {
repetitions = runConfig.stepName.length() + 2
boxTop = '+' + '=' * repetitions + '+'
echo "${boxTop}\n| ${runConfig.stepName} |\n${boxTop}\n"
printBanner(runConfig.stepName)
if (runConfig.useJobSCM) {
checkout scm