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 28fd83e208 - Show all commits

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()