Skip to content

Commit c393dc0

Browse files
authored
[pipeline] Update for configuration for SDK generation pipeline (Azure#40211)
1 parent d891747 commit c393dc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

swagger_to_sdk_config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88
"initScript": {
99
"path": "sh scripts/automation_init.sh",
1010
"stderr": {
11-
"showInComment": false
11+
"showInComment": false,
12+
"scriptError": false
1213
}
1314
}
1415
},
1516
"generateOptions": {
1617
"generateScript": {
1718
"path": "sh scripts/automation_generate.sh",
1819
"stdout": {
19-
"showInComment": "(.*\\[ERROR\\]\\s*).*"
20+
"showInComment": "(.*\\[ERROR\\]\\s*).*",
21+
"scriptError": "(.*\\[ERROR\\]\\s*).*"
2022
}
2123
},
2224
"parseGenerateOutput": true

0 commit comments

Comments
 (0)