File tree 3 files changed +12
-3
lines changed
templates/default/jobs/lampepfl/validate 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 13
13
jvmFlavor : "openjdk" ,
14
14
buildNameScript : setValidateBuildNameScript )
15
15
%>
16
- </ project >
16
+ < publishers >
17
+ < hudson .tasks.ArtifactArchiver >
18
+ < artifacts > hs_err_*.log</ artifacts >
19
+ < allowEmptyArchive > false</ allowEmptyArchive >
20
+ < onlyIfSuccessful > false</ onlyIfSuccessful >
21
+ < fingerprint > false</ fingerprint >
22
+ < defaultExcludes > true</ defaultExcludes >
23
+ </ hudson .tasks.ArtifactArchiver>
24
+ </ publishers >
25
+ </ project >
Original file line number Diff line number Diff line change 15
15
%>
16
16
< publishers >
17
17
< hudson .tasks.ArtifactArchiver >
18
- < artifacts > tests/partest-generated/**</ artifacts >
18
+ < artifacts > hs_err_*.log, tests/partest-generated/**</ artifacts >
19
19
< allowEmptyArchive > false</ allowEmptyArchive >
20
20
< onlyIfSuccessful > false</ onlyIfSuccessful >
21
21
< fingerprint > false</ fingerprint >
Original file line number Diff line number Diff line change 15
15
%>
16
16
< publishers >
17
17
< hudson .tasks.ArtifactArchiver >
18
- < artifacts > tests/partest-generated/**</ artifacts >
18
+ < artifacts > hs_err_*.log, tests/partest-generated/**</ artifacts >
19
19
< allowEmptyArchive > false</ allowEmptyArchive >
20
20
< onlyIfSuccessful > false</ onlyIfSuccessful >
21
21
< fingerprint > false</ fingerprint >
You can’t perform that action at this time.
0 commit comments