diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-13 00:36:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-13 00:36:57 +0200 |
commit | c068756005c8f639917cb7bd302b66f47053da58 (patch) | |
tree | 57057394cb50ac72025b27f0221c2fb72730d88b | |
parent | 4547adc7795af312c9a3ca17c1edde9f60ad45a8 (diff) | |
download | jenkins.debian.net-c068756005c8f639917cb7bd302b66f47053da58.tar.xz |
reproducible Debian: fixup URL
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_nodes_info.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_nodes_info.sh b/bin/reproducible_html_nodes_info.sh index fe0d19bf..cc368229 100755 --- a/bin/reproducible_html_nodes_info.sh +++ b/bin/reproducible_html_nodes_info.sh @@ -58,7 +58,7 @@ for ARCH in ${ARCHS} ; do esac fi write_page "<tr><td>$JENKINS_NODENAME</td>" - URL="https://jenkins.debian.net/view/reproducible/view/Node_node_health_check/job/reproducible_node_health_check_${ARCH}_${JENKINS_NODENAME}" + URL="https://jenkins.debian.net/view/reproducible/view/Node_maintenance/job/reproducible_node_health_check_${ARCH}_${JENKINS_NODENAME}" BADGE="$URL/badge/icon" write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>" URL="https://jenkins.debian.net/view/reproducible/view/Node_maintenance/job/reproducible_maintenance_${ARCH}_${JENKINS_NODENAME}" |