ci: surface Jenkins console URL on build-timeout + document GITHUB_TOKEN auto-secret
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user