Skip to content

Commit ac263ea

Browse files
committed
Jenkinsfile: enable allowEmptyArchive for archiveArtifacts
1 parent 038084d commit ac263ea

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
@@ -86,7 +86,7 @@ pipeline {
8686
post {
8787
always {
8888
junit '**/build/test-results/**/TEST-*.xml'
89-
archiveArtifacts 'tests/*/hs_err_pid*.log'
89+
archiveArtifacts artifacts: 'tests/*/hs_err_pid*.log', allowEmptyArchive: true
9090
archiveArtifacts '**/build/reports/findbugs/*'
9191

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

0 commit comments

Comments
 (0)