Commit 46548a5b authored by daidekun's avatar daidekun

fix

parent 96e76011
......@@ -2,6 +2,11 @@ import libs.stage;
def call(body) {
branchName = env.BRANCH_NAME
gitRepo = env.GIT_REPO
namespace = env.NAMESPACE
isDeploy = env.IS_DEPLOY
def config = [:]
def stage = new libs.stage()
......@@ -12,7 +17,7 @@ def call(body) {
node {
try {
stage('debug') {
print config.namespace
print branchName
}
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