Skip to content

Commit 9dd66d9

Browse files
committed
Merge pull request #158 from smarter/dotty-fix-junit
dotty junit: don't fail if the archive is empty
2 parents 7d46c15 + 28cf52a commit 9dd66d9

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)