From 22fc972eaba77d1fd2fcda510ad76bab94684a64 Mon Sep 17 00:00:00 2001 From: aosunacab <78353490+aosunacab@users.noreply.github.com> Date: Wed, 2 Feb 2022 12:35:59 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 81781c3f..76a5c2a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,7 +66,7 @@ pipeline { } } } - sh 'docker system prune -f' + sh 'docker system prune -f --filter "label!=docker-ci_default"' } } @@ -95,7 +95,7 @@ pipeline { } } } - sh 'docker system prune -f' + sh 'docker system prune -f --filter "label!=docker-ci_default"' } } }