ci: surface Jenkins console URL on build-timeout + document GITHUB_TOKEN auto-secret

This commit is contained in:
2026-04-25 03:11:37 +03:00
parent 1fd7d2be22
commit a6293d9d56
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ while :; do
fi
now=$(date +%s)
if [ $((now - START)) -ge "$TIMEOUT" ]; then
echo "fatal: build timeout after ${TIMEOUT}s" >&2
echo "fatal: build timeout after ${TIMEOUT}s — see ${BUILD_URL}console" >&2
exit 1
fi
sleep "$POLL_INTERVAL"