Skip to content

Commit

Permalink
now we've reset the findbugs reference build go back to using the las…
Browse files Browse the repository at this point in the history
…t stable as the reference
  • Loading branch information
greenwoodma committed Jun 1, 2018
1 parent 538f055 commit 07af677
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 @@ -19,7 +19,7 @@ pipeline {
always {
junit 'target/surefire-reports/**/*.xml'
jacoco exclusionPattern: '**/gate/gui/**,**/gate/resources/**'
warnings canRunOnFailed: true, canResolveRelativePaths: false, consoleParsers: [[parserName: 'Java Compiler (javac)']], defaultEncoding: 'UTF-8', excludePattern: '**/test/**', failedNewAll: '0', unstableNewAll: '0', usePreviousBuildAsReference: true
warnings canRunOnFailed: true, canResolveRelativePaths: false, consoleParsers: [[parserName: 'Java Compiler (javac)']], defaultEncoding: 'UTF-8', excludePattern: '**/test/**', failedNewAll: '0', unstableNewAll: '0', useStableBuildAsReference: true
}
}
}
Expand All @@ -32,7 +32,7 @@ pipeline {
}
post {
always {
findbugs canRunOnFailed: true, excludePattern: '**/gate/resources/**', failedNewAll: '0', pattern: '**/findbugsXml.xml', unstableNewAll: '0', usePreviousBuildAsReference: true
findbugs canRunOnFailed: true, excludePattern: '**/gate/resources/**', failedNewAll: '0', pattern: '**/findbugsXml.xml', unstableNewAll: '0', useStableBuildAsReference: true
}
success {
step([$class: 'JavadocArchiver', javadocDir: 'target/site/apidocs', keepAll: false])
Expand Down

0 comments on commit 07af677

Please sign in to comment.