File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -559,12 +559,13 @@ sub create-cro-app ($pool) {
559
559
}
560
560
561
561
my $ files-dir = get-job-dir($ project , $ key );
562
-
562
+ say " report for build_id: { $ build_id } load arifacts from $ files-dir ... " ;
563
563
my $ artifacts = [];
564
564
565
565
if $ files-dir . IO ~~ : d {
566
566
for dir($ files-dir , test => { " { $ files-dir } /$ _" . IO . f }) -> $ a {
567
- $ artifacts . push : $ a ;
567
+ say " report for build_id: { $ build_id } add artifact { $ a . basename } " ;
568
+ $ artifacts . push : $ a . basename ;
568
569
}
569
570
}
570
571
Original file line number Diff line number Diff line change 41
41
<pre id="log"></pre>
42
42
</div>
43
43
<div id="Artifacts" class="content-tab" style="display:none">
44
- <@arfifacts : $i>
45
- <$i ><br>
44
+ <@artifacts : $i>
45
+ <a href="<.http-root>/file/<.project>/<.job_id>/<$i>"><$i></a ><br>
46
46
</@>
47
47
</div>
48
48
</div>
You can’t perform that action at this time.
0 commit comments