Skip to content

Commit

Permalink
Merge pull request #515 from axonivy-market/replace-unstableTotalAll-…
Browse files Browse the repository at this point in the history
…qualityGates

Replace unstableTotalAll with qualityGates of recordIssues in piplines
  • Loading branch information
ivy-cst authored Feb 27, 2024
2 parents 48a8cb4 + 92e7f8d commit d4eb879
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 d4eb879

Please sign in to comment.