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"