Commit ee2fce21 authored by daidekun's avatar daidekun

fixbugs

parent 2bbf8781
...@@ -27,7 +27,7 @@ def call(body) { ...@@ -27,7 +27,7 @@ def call(body) {
body.delegate = config body.delegate = config
body() body()
node { node {
try { try {
stage('Checkout') { stage('Checkout') {
contextDir = _utils.contextDir(workspace) contextDir = _utils.contextDir(workspace)
...@@ -39,7 +39,7 @@ def call(body) { ...@@ -39,7 +39,7 @@ def call(body) {
} }
stage('Docker Build And Push') { stage('Docker Build And Push') {
imageTag = _stage.docker_build_and_push(buildNumber, branchName, contextDir) _stage.docker_build_and_push(buildNumber, branchName, contextDir)
} }
stage('Deploy') { stage('Deploy') {
......
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