File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cp -fv target/plugin-util-api.hpi $JENKINS_HOME/plugins/plugin-util-api.jpi
13
13
14
14
CURRENT_UID=" $( id -u) :$( id -g) "
15
15
export CURRENT_UID
16
- IS_RUNNING=$( docker compose ps -q devenv- jenkins)
16
+ IS_RUNNING=$( docker compose ps -q jenkins)
17
17
if [[ " $IS_RUNNING " != " " ]]; then
18
18
docker compose restart
19
19
echo " Restarting Jenkins (docker compose with user ID ${CURRENT_UID} ) ..."
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cp -fv target/plugin-util-api.hpi $JENKINS_HOME/plugins/plugin-util-api.jpi
13
13
14
14
CURRENT_UID=" $( id -u) :$( id -g) "
15
15
export CURRENT_UID
16
- IS_RUNNING=$( docker compose ps -q devenv- jenkins)
16
+ IS_RUNNING=$( docker compose ps -q jenkins)
17
17
if [[ " $IS_RUNNING " != " " ]]; then
18
18
docker compose restart
19
19
echo " Restarting Jenkins (docker compose with user ID ${CURRENT_UID} ) ..."
You can’t perform that action at this time.
0 commit comments