You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message="As a gentle reminder, the current profiles are: "
# Loop over the targets array
for target in "${targets[@]}"; do
# Append to the message string
message+="\033[36m$target\033[0m, "
done
# Remove the trailing comma and space
message=${message%??}
# Print the hostname for debugging purposes
echo -e "Once you enter \033[42;30mdocker compose --profile _profile_ up\033[0m, Jenkins will be accessible here: \033[36mhttps://8080-$service_url\033[0m"