Commit 2929c906 authored by daidekun's avatar daidekun

fixbugs

parent 8da86960
...@@ -16,12 +16,10 @@ def call(body) { ...@@ -16,12 +16,10 @@ def call(body) {
node { node {
try { try {
stage('debug') { stage('Checkout') {
print config.type print config.type
print branchName print branchName
}
stage('Checkout') {
stage.checkout() stage.checkout()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment