Revamp stages and restructure project #1
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user