Skip to content

Commit

Permalink
Fix pipeline syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 22, 2020
1 parent a0bffa4 commit 6070159
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions etc/Jenkinsfile.reference
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ node {
}

stage ('Git mining') {
gitForensics
mineRepository
gitForensics()
mineRepository()
}

stage ('Build and Static Analysis') {
Expand All @@ -27,7 +27,6 @@ node {
cpd(pattern: 'target/cpd.xml'),
taskScanner(highTags:'FIXME', normalTags:'TODO', includePattern: '**/*.java', excludePattern: 'target/**/*')],
qualityGates: [[threshold: 1, type: 'TOTAL', unstable: true]]

recordIssues tool: mavenConsole()
}

Expand Down

0 comments on commit 6070159

Please sign in to comment.