We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50c52a commit 86e73edCopy full SHA for 86e73ed
bin/go.sh
@@ -11,7 +11,7 @@ cp -fv target/bootstrap5-api.hpi $JENKINS_HOME/plugins/bootstrap5-api.jpi
11
12
CURRENT_UID="$(id -u):$(id -g)"
13
export CURRENT_UID
14
-IS_RUNNING=$(docker compose ps -q devenv-jenkins)
+IS_RUNNING=$(docker compose ps -q jenkins)
15
if [[ "$IS_RUNNING" != "" ]]; then
16
docker compose restart
17
echo "Restarting Jenkins (docker compose with user ID ${CURRENT_UID}) ..."
0 commit comments