We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac263ea commit 3f2d2b3Copy full SHA for 3f2d2b3
Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
87
always {
88
junit '**/build/test-results/**/TEST-*.xml'
89
archiveArtifacts artifacts: 'tests/*/hs_err_pid*.log', allowEmptyArchive: true
90
- archiveArtifacts '**/build/reports/findbugs/*'
+ // currently unused: archiveArtifacts '**/build/reports/findbugs/*'
91
92
googlechatnotification url: 'id:gchat_java', message: "${currentBuild.currentResult}: ${currentBuild.fullDisplayName}\n${env.BUILD_URL}",
93
notifyFailure: 'true', notifyUnstable: 'true', notifyBackToNormal: 'true'
0 commit comments