Commit 0f2e9840 authored by wentao.suo's avatar wentao.suo

fffff

parent fc5bddc7
...@@ -28,7 +28,7 @@ def before_prepare() { ...@@ -28,7 +28,7 @@ def before_prepare() {
} }
def prepare_config(buildType,systemName, contextDir) { def prepare_config(buildType,systemName, contextDir) {
_utils().beautyEcho("Prepare Config +++ ${buildType} ${systemName}", "info") _utils().beautyEcho("Prepare Config +++ type:${buildType} systemName:${systemName}", "info")
switch (buildType) { switch (buildType) {
case "java": case "java":
prepare_java(systemName, contextDir) prepare_java(systemName, contextDir)
...@@ -81,7 +81,7 @@ def prepare_python(systemName, contextDir) { ...@@ -81,7 +81,7 @@ def prepare_python(systemName, contextDir) {
} }
def checkout(buildType,systemName, branchName) { def checkout(buildType,systemName, branchName) {
_utils().beautyEcho("CheckOut +++ ${buildType} ${systemName} ${branchName}", "info") _utils().beautyEcho("CheckOut +++ type:${buildType} systemName:${systemName} branchName:${branchName}", "info")
switch(buildType){ switch(buildType){
case "java": case "java":
checkout_java(systemName, branchName) checkout_java(systemName, branchName)
...@@ -163,7 +163,7 @@ def checkout_luaui(systemName, branchName) { ...@@ -163,7 +163,7 @@ def checkout_luaui(systemName, branchName) {
def build(buildType,systemName, contextDir){ def build(buildType,systemName, contextDir){
_utils().beautyEcho("Build +++ ${buildType} ${systemName}", "info") _utils().beautyEcho("Build +++ type:${buildType} systemName:${systemName}", "info")
switch(buildType){ switch(buildType){
case "java": case "java":
build_java(systemName, contextDir) build_java(systemName, 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