Commit 33656bf1 authored by daidekun's avatar daidekun

fix

parent 33ffdf97
......@@ -13,7 +13,7 @@ def call(body) {
node {
try {
stage ('Clone') {
print config.env.BRANCH_NAME
print currentBuild.env.BRANCH_NAME
}
stage ('Build') {
sh "echo 'building ${config.projectName} ...'"
......
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