Workspace dirname - attempt#2

This commit is contained in:
Kuba Orlik 2024-04-07 20:49:22 +02:00
parent 76fa16eb53
commit cef5e95cad

View File

@ -24,4 +24,4 @@ WORKSPACE_DIRNAME=$(basename "$WORKSPACE" | sed 's/ /%20/g')
echo "Deployed app to https://${SEALIOUS_PORT}.dep.sealco.de" echo "Deployed app to https://${SEALIOUS_PORT}.dep.sealco.de"
echo "Mailcatcher available at https://${PORT}2.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"