From cef5e95cad6eafc2fd6661598cd20cc22d14aabb Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 7 Apr 2024 20:49:22 +0200 Subject: [PATCH] Workspace dirname - attempt#2 --- jenkins.start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.start.sh b/jenkins.start.sh index 3865524..0c28600 100755 --- a/jenkins.start.sh +++ b/jenkins.start.sh @@ -24,4 +24,4 @@ WORKSPACE_DIRNAME=$(basename "$WORKSPACE" | sed 's/ /%20/g') 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//ws/$PORT/log.html" +echo "Application logs should be available at https://jenkins.sealcode.org/job/${WORKSPACE_DIRNAME}/ws/$PORT/log.html"