Skip to content

Commit 86e73ed

Browse files
committed
Use correct service name for docker compose.
1 parent e50c52a commit 86e73ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cp -fv target/bootstrap5-api.hpi $JENKINS_HOME/plugins/bootstrap5-api.jpi
1111

1212
CURRENT_UID="$(id -u):$(id -g)"
1313
export CURRENT_UID
14-
IS_RUNNING=$(docker compose ps -q devenv-jenkins)
14+
IS_RUNNING=$(docker compose ps -q jenkins)
1515
if [[ "$IS_RUNNING" != "" ]]; then
1616
docker compose restart
1717
echo "Restarting Jenkins (docker compose with user ID ${CURRENT_UID}) ..."

0 commit comments

Comments
 (0)