Commit ee2fce21 authored by daidekun's avatar daidekun

fixbugs

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