Skip to content

Commit 041861d

Browse files
committed
Fix deploy step to docker.
1 parent 55eb644 commit 041861d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.sh

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

1414
CURRENT_UID="$(id -u):$(id -g)"
1515
export CURRENT_UID
16-
IS_RUNNING=$(docker-compose ps -q jenkins-master)
16+
IS_RUNNING=$(docker-compose ps -q jenkins-controller)
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)