Skip to content

Commit

Permalink
only show error log in sdk automation pipeline (Azure#22585)
Browse files Browse the repository at this point in the history
  • Loading branch information
dw511214992 authored Jul 26, 2022
1 parent 620da77 commit 9899204
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
},
"initOptions": {
"initScript": {
"path": "sh .scripts/automation_init.sh"
"path": "sh .scripts/automation_init.sh",
"stderr": {
"showInComment": ".*ERROR.*"
}
}
},
"generateOptions": {
"generateScript": {
"path": "sh .scripts/automation_generate.sh",
"stderr": {
"showInComment": "^\\[AUTOREST\\]",
"scriptError": "^\\[ERROR\\]",
"scriptWarning": "^\\[WARNING\\]"
"showInComment": ".*ERROR.*"
}
},
"parseGenerateOutput": true
Expand Down

0 comments on commit 9899204

Please sign in to comment.