disable a few things to see why this no work

This commit is contained in:
Kameron Kenny 2024-06-18 11:01:20 -04:00
parent 2d2ed44ee3
commit 44c6e2952d
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
stage('Cleanup...') {
steps {
sh 'docker --context pi502 container stop syslog-ng'
sh 'docker --context pi502 container stop syslog-ng || echo "syslog-ng container is not running."'
sh 'docker --context pi502 container prune -f'
sh 'docker --context pi502 volume prune -f'
sh 'docker --context pi502 image prune -f'