add command 'sudo docker image prune'
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -30,6 +30,7 @@ pipeline {
|
||||
ssh ${REMOTE_USER}@${REMOTE_HOST} '
|
||||
cd ${REMOTE_DIR} &&
|
||||
sudo docker compose down &&
|
||||
sudo docker image prune -f &&
|
||||
sudo docker compose up -d --build
|
||||
'
|
||||
"""
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user