diff --git a/vars/checkoutStep.groovy b/vars/checkoutStep.groovy index 2d1c08a..945f934 100644 --- a/vars/checkoutStep.groovy +++ b/vars/checkoutStep.groovy @@ -5,6 +5,7 @@ void call(Map config = [:], Closure body) { stepName: 'Checkout', useJobSCM: true ] + echo "Firing ..." runConfig = defaults + config stage(runConfig.stepName) { checkout scm