From d5e42574d65a106ee86cf79ac475297648e98f83 Mon Sep 17 00:00:00 2001 From: XiaofeiCao Date: Mon, 8 Jul 2024 15:14:52 +0800 Subject: [PATCH] maven build fail exclude from scriptError --- eng/mgmt/automation/swagger_to_sdk_config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/mgmt/automation/swagger_to_sdk_config.json b/eng/mgmt/automation/swagger_to_sdk_config.json index 75976ba353af..b5da8fc2779d 100644 --- a/eng/mgmt/automation/swagger_to_sdk_config.json +++ b/eng/mgmt/automation/swagger_to_sdk_config.json @@ -13,8 +13,7 @@ "path": "./eng/mgmt/automation/generate.py", "logPrefix": "Java-Sdk-Automation", "stderr": { - "showInComment": "(\\[GENERATE\\]\\[Error\\]|\\[COMPILE\\] Maven build fail|ExternalError).*", - "scriptError": "(\\[GENERATE\\]\\[Error\\]|\\[COMPILE\\] Maven build fail).*" + "showInComment": "(\\[GENERATE\\]\\[Error\\]|\\[COMPILE\\] Maven build fail|ExternalError).*" } } },