Commit 9746f04f authored by daidekun's avatar daidekun

fixbugs

parent 8c23ba6f
...@@ -64,7 +64,7 @@ def call(body) { ...@@ -64,7 +64,7 @@ def call(body) {
stage('Build') { stage('Build') {
_utils.beautyEcho(4, 'Build') _utils.beautyEcho(4, 'Build')
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) { ansiColor('xterm') {
switch (config.buildType) { switch (config.buildType) {
case "java": case "java":
_stage.build_java(namespace, originSystemName, contextDir) _stage.build_java(namespace, originSystemName, contextDir)
......
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