Commit 38e918c0 authored by daidekun's avatar daidekun

移除

parent 1c840c79
...@@ -63,8 +63,7 @@ def call(body) { ...@@ -63,8 +63,7 @@ def call(body) {
} }
stage('Build') { stage('Build') {
_utils.beautyEcho(4, "\u001B[31mI'm Red\u001B[0m Now not") _utils.beautyEcho(4, 'Build')
ansiColor('xterm') {
switch (config.buildType) { switch (config.buildType) {
case "java": case "java":
_stage.build_java(namespace, originSystemName, contextDir) _stage.build_java(namespace, originSystemName, contextDir)
...@@ -83,7 +82,6 @@ def call(body) { ...@@ -83,7 +82,6 @@ def call(body) {
break break
} }
} }
}
stage('Docker Build And Push') { stage('Docker Build And Push') {
_utils.beautyEcho(5, 'Docker Build And Push') _utils.beautyEcho(5, 'Docker Build And Push')
......
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