Commit 2929c906 authored by daidekun's avatar daidekun

fixbugs

parent 8da86960
......@@ -16,12 +16,10 @@ def call(body) {
node {
try {
stage('debug') {
stage('Checkout') {
print config.type
print branchName
}
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