Skip to content

Commit 37db45f

Browse files
committed
Use correct service name for docker compose.
1 parent c05b366 commit 37db45f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/go.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cp -fv target/plugin-util-api.hpi $JENKINS_HOME/plugins/plugin-util-api.jpi
1313

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

bin/skip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cp -fv target/plugin-util-api.hpi $JENKINS_HOME/plugins/plugin-util-api.jpi
1313

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

0 commit comments

Comments
 (0)