Commit 4b56ba52 authored by daidekun's avatar daidekun

f

parent 8e9841bc
...@@ -10,6 +10,8 @@ def call(body) { ...@@ -10,6 +10,8 @@ def call(body) {
node { node {
try { try {
stage ('Clone') { stage ('Clone') {
print currentBuild
print currentBuild.result
print currentBuild.env.BRANCH_NAME print currentBuild.env.BRANCH_NAME
} }
stage ('Build') { stage ('Build') {
......
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