очистка от неиспользуемых образов
This commit is contained in:
@@ -12,4 +12,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Prune images') {
|
||||
steps {
|
||||
sshpass -p ${SSH_PASS} ssh -o StrictHostKeyChecking=no ${SSH_USER}@${SSH_HOST} -p ${SSH_PORT} 'docker image prune -f'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user