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 038084d commit ac263eaCopy full SHA for ac263ea
Jenkinsfile
@@ -86,7 +86,7 @@ pipeline {
86
post {
87
always {
88
junit '**/build/test-results/**/TEST-*.xml'
89
- archiveArtifacts 'tests/*/hs_err_pid*.log'
+ archiveArtifacts artifacts: 'tests/*/hs_err_pid*.log', allowEmptyArchive: true
90
archiveArtifacts '**/build/reports/findbugs/*'
91
92
googlechatnotification url: 'id:gchat_java', message: "${currentBuild.currentResult}: ${currentBuild.fullDisplayName}\n${env.BUILD_URL}",
0 commit comments