Skip to content

Commit

Permalink
Remove gcc() from warnings plugin until we figure how to ignore Tribi…
Browse files Browse the repository at this point in the history
…ts warnings
  • Loading branch information
aprokop committed Sep 1, 2020
1 parent ddf7c97 commit 93b737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pipeline {
node('docker') {
recordIssues(
enabledForFailure: true,
tools: [cmake(), gcc()],
tools: [gcc()],
qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]],
)
}
Expand Down

0 comments on commit 93b737b

Please sign in to comment.