Skip to content

Commit 3b7e612

Browse files
authored
maven build fail exclude from scriptError (Azure#41039)
1 parent e6ef11b commit 3b7e612

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/mgmt/automation/swagger_to_sdk_config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"path": "./eng/mgmt/automation/generate.py",
1414
"logPrefix": "Java-Sdk-Automation",
1515
"stderr": {
16-
"showInComment": "(\\[GENERATE\\]\\[Error\\]|\\[COMPILE\\] Maven build fail|ExternalError).*",
17-
"scriptError": "(\\[GENERATE\\]\\[Error\\]|\\[COMPILE\\] Maven build fail).*"
16+
"showInComment": "(\\[GENERATE\\]\\[Error\\]|\\[COMPILE\\] Maven build fail|ExternalError).*"
1817
}
1918
}
2019
},

0 commit comments

Comments
 (0)