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 55eb644 commit 041861dCopy full SHA for 041861d
go.sh
@@ -13,7 +13,7 @@ cp -fv target/data-tables-api.hpi $JENKINS_HOME/plugins/data-tables-api.jpi
13
14
CURRENT_UID="$(id -u):$(id -g)"
15
export CURRENT_UID
16
-IS_RUNNING=$(docker-compose ps -q jenkins-master)
+IS_RUNNING=$(docker-compose ps -q jenkins-controller)
17
if [[ "$IS_RUNNING" != "" ]]; then
18
docker-compose restart
19
echo "Restarting Jenkins (docker compose with user ID ${CURRENT_UID}) ..."
0 commit comments