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