Skip to content

Commit 3f2d2b3

Browse files
committed
Jenkinsfile: don't archive findbugs artifacts
1 parent ac263ea commit 3f2d2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pipeline {
8787
always {
8888
junit '**/build/test-results/**/TEST-*.xml'
8989
archiveArtifacts artifacts: 'tests/*/hs_err_pid*.log', allowEmptyArchive: true
90-
archiveArtifacts '**/build/reports/findbugs/*'
90+
// currently unused: archiveArtifacts '**/build/reports/findbugs/*'
9191

9292
googlechatnotification url: 'id:gchat_java', message: "${currentBuild.currentResult}: ${currentBuild.fullDisplayName}\n${env.BUILD_URL}",
9393
notifyFailure: 'true', notifyUnstable: 'true', notifyBackToNormal: 'true'

0 commit comments

Comments
 (0)