更新打包工具
parent
c62b7147fb
commit
e9b4acac68
|
|
@ -225,7 +225,7 @@ pipeline {
|
|||
// 保底捕捉一次 Build Finished, Result: Failure.
|
||||
else{
|
||||
sh "chmod +x $WORKSPACE/Tool/build_tools/check_unity_build_result.sh"
|
||||
def check_result = sh(script: "sh check_unity_build_result.sh ${parse_log}", returnStatus: true)
|
||||
def check_result = sh(script: "sh $WORKSPACE/Tool/build_tools/check_unity_build_result.sh ${parse_log}", returnStatus: true)
|
||||
if (check_result != 0) {
|
||||
def message = "【${PLATFORM_PARAM}】【${VERSION_PARAM}】【Debug】【${CHANNEL_PARAM}】构建失败 日志捕捉到 Build Finished, Result: Failure."
|
||||
SendMessageToWechat(message)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e752029fc6eb22f93c8d97c3667a29c12f4244d7
|
||||
Subproject commit b901d69c68dcee8c7189fe9bee976667e09fe7c9
|
||||
Loading…
Reference in New Issue