We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0aa9 commit c7d9a8fCopy full SHA for c7d9a8f
scoreboard.pl
@@ -528,8 +528,8 @@ ()
528
print "Getting history information\n" if ($verbose);
529
530
foreach my $buildname (keys %builds) {
531
- my $full_link = 'http://teststat.remedy.nl/teststat/builds/' . $buildname . '.html';
532
- my $clean_link = 'http://teststat.remedy.nl/teststat/builds/clean_' . $buildname . '.html';
+ my $full_link = 'http://logs.remedy.nl/teststat/builds/' . $buildname . '.html';
+ my $clean_link = 'http://logs.remedy.nl/teststat/builds/clean_' . $buildname . '.html';
533
if (defined $clean_link) {
534
print " Clean history [$buildname] from $full_link\n" if ($verbose);
535
0 commit comments