File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pipeline {
54
54
" --tests io.objectbox.FunctionalTestSuite " +
55
55
" --tests io.objectbox.test.proguard.ObfuscatedEntityTest " +
56
56
" --tests io.objectbox.rx.QueryObserverTest " +
57
- " assemble"
57
+ " spotbugsMain assemble"
58
58
}
59
59
}
60
60
@@ -92,7 +92,7 @@ pipeline {
92
92
always {
93
93
junit ' **/build/test-results/**/TEST-*.xml'
94
94
archiveArtifacts artifacts : ' tests/*/hs_err_pid*.log' , allowEmptyArchive : true // Only on JVM crash.
95
- // currently unused: archiveArtifacts '**/build/reports/findbugs/*'
95
+ recordIssues( tool : spotBugs( pattern : ' **/build/reports/spotbugs/*.xml ' , useRankAsPriority : true ))
96
96
97
97
googlechatnotification url : ' id:gchat_java' , message : " ${ currentBuild.currentResult} : ${ currentBuild.fullDisplayName} \n ${ env.BUILD_URL} " ,
98
98
notifyFailure : ' true' , notifyUnstable : ' true' , notifyBackToNormal : ' true'
You can’t perform that action at this time.
0 commit comments