Skip to content

Commit

Permalink
Exit from SSH rather than hang
Browse files Browse the repository at this point in the history
  • Loading branch information
rmil committed Jul 21, 2021
1 parent bd50fca commit 2bb44d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pipeline {
docker rm -f ystv-web-auth || true
docker run -d -p 1335:8080 --env-file /data/webs/web-auth/env -e WAUTH_VERSION=$TAG_NAME --name ystv-web-auth $REGISTRY_ENDPOINT/ystv/web-auth:$BUILD_ID
docker image prune -a -f --filter "label=site=auth"
exit
EOF'''
}
}
Expand Down

0 comments on commit 2bb44d8

Please sign in to comment.