From 077a560029b7d5b1c080badb93b4a782af59973f Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 7 Apr 2024 20:30:16 +0200 Subject: [PATCH] Fix wrong url in jenkins log output --- jenkins.start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.start.sh b/jenkins.start.sh index dec8583..faadba9 100755 --- a/jenkins.start.sh +++ b/jenkins.start.sh @@ -22,4 +22,4 @@ docker-compose run --user="$UID" \ echo "Deployed app to https://${SEALIOUS_PORT}.dep.sealco.de" echo "Mailcatcher available at https://${PORT}2.dep.sealco.de" -echo "Application logs should be available at https://jenkins.sealcode.org/job/Deploy%20to%20dep.sealco.de/ws%20v2/$PORT/log.html" +echo "Application logs should be available at https://jenkins.sealcode.org/job/Deploy%20to%20dep.sealco.de%20v2/ws/$PORT/log.html"