[Git][qa/jenkins.debian.net][master] reproducible Debian health check: provide clickable URLs in jenkins job log...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Apr 12 23:20:07 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
386ec0aa by Holger Levsen at 2024-04-13T00:19:50+02:00
reproducible Debian health check: provide clickable URLs in jenkins job log for failed pkg builds due to diffoscope crashes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_node_health_check.sh
Changes:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -215,6 +215,10 @@ if ! systemctl --user is-system-running > /dev/null; then
done
else
echo "Manual cleanup needed."
+ echo "You might want to check these builds:"
+ # present nice clickable URLs in jenkins job log
+ grep "● rb-diffoscope" $SERVICES |awk ' { print "https://tests.reproducible-builds.org/debian/rb-pkg/"$10 "/" $8 }' | cut -d '/' -f1-8 | sed 's#$#.html#'
+
fi
DIRTY=true
rm -f $SERVICES
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/386ec0aa4648456721edaea0ce243979a3581c46
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/386ec0aa4648456721edaea0ce243979a3581c46
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20240412/8019e2ab/attachment.htm>
More information about the Qa-jenkins-scm
mailing list