Skip to content

Commit 28cf52a

Browse files
committed
dotty junit: don't fail if the archive is empty
hs_err_*.log files will only be present if a JVM crash, otherwise there is nothing to archive, but the build should still succeed.
1 parent 7d46c15 commit 28cf52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default/jobs/lampepfl/validate/junit.xml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<publishers>
1717
<hudson.tasks.ArtifactArchiver>
1818
<artifacts>hs_err_*.log</artifacts>
19-
<allowEmptyArchive>false</allowEmptyArchive>
19+
<allowEmptyArchive>true</allowEmptyArchive>
2020
<onlyIfSuccessful>false</onlyIfSuccessful>
2121
<fingerprint>false</fingerprint>
2222
<defaultExcludes>true</defaultExcludes>

0 commit comments

Comments
 (0)