Skip to content

Commit

Permalink
Replace unstableTotalAll with qualityGates of recordIssues in piplines
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-cst committed Feb 27, 2024
1 parent 46a080a commit c19496d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ pipeline {
archiveArtifacts '**/target/*.iar,**/target/*.zip'
archiveArtifacts artifacts: '**/target/selenide/reports/**/*', allowEmptyArchive: true

recordIssues tools: [eclipse()], unstableTotalAll: 1
recordIssues tools: [mavenConsole()], unstableTotalAll: 1, filters: [
recordIssues tools: [eclipse()], qualityGates: [[threshold: 1, type: 'TOTAL']]
recordIssues tools: [mavenConsole()], qualityGates: [[threshold: 1, type: 'TOTAL']], filters: [
excludeMessage('.*An illegal reflective access operation has occurred.*'), // in rule engine test
]

Expand Down

0 comments on commit c19496d

Please sign in to comment.