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

fffff

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