Revamp stages and restructure project #1

Merged
jim merged 32 commits from newstage into master 2024-02-08 02:22:21 +00:00
Showing only changes of commit b146e04866 - Show all commits

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