Fix typo
This commit is contained in:
parent
cea3844edf
commit
28fd83e208
@ -5,7 +5,7 @@ void call(Map config = [:], Closure body) {
|
|||||||
stepName: 'Checkout',
|
stepName: 'Checkout',
|
||||||
useJobSCM: true
|
useJobSCM: true
|
||||||
]
|
]
|
||||||
runDefaults = defaults + config
|
runConfig = defaults + config
|
||||||
stage(runConfig.stepName) {
|
stage(runConfig.stepName) {
|
||||||
checkout scm
|
checkout scm
|
||||||
body()
|
body()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user