From 44c6e2952d653788745717745278d0ad42cd6254 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:01:20 -0400 Subject: [PATCH] disable a few things to see why this no work --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2d06d82..8d8dee7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'