Commit 11c976c2 authored by daidekun's avatar daidekun

fix

parent 76565cba
...@@ -8,9 +8,15 @@ def call(body) { ...@@ -8,9 +8,15 @@ def call(body) {
body() body()
node { node {
branchName = env.BRANCH_NAME
gitRepo = env.GIT_REPO
namespace = env.NAMESPACE
isDeploy = env.IS_DEPLOY
buildNumber = env.BUILD_NUMBER
try { try {
stage ('Clone') { stage ('Clone') {
checkout scm print branchName
} }
stage ('Build') { stage ('Build') {
sh "echo 'building ${config.projectName} ...'" 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