Commit b6acf44d authored by daidekun's avatar daidekun

fixbugs

parent b5c2a07d
...@@ -3,6 +3,11 @@ package org.qg.docker; ...@@ -3,6 +3,11 @@ package org.qg.docker;
import org.qg.docker.Utils; import org.qg.docker.Utils;
import groovy.json.JsonSlurperClassic; import groovy.json.JsonSlurperClassic;
def _utils(){
def _utils = new org.qg.docker.Utils();
return _utils
}
def debug() { def debug() {
def _utils = new org.qg.docker.Utils(); def _utils = new org.qg.docker.Utils();
_utils.beautyEcho("debug", "info") _utils.beautyEcho("debug", "info")
...@@ -171,7 +176,7 @@ def dockerbuild_and_push(buildNumber, branchName, harborGroup, systemName, conte ...@@ -171,7 +176,7 @@ def dockerbuild_and_push(buildNumber, branchName, harborGroup, systemName, conte
} }
echo "=================镜像地址=================" echo "=================镜像地址================="
Utils.beautyEcho(imageTag, "info") _utils.beautyEcho(imageTag, "info")
echo "=========================================" echo "========================================="
return imageTag return imageTag
......
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