From 5d461aebf6c03c2a8d06a3bab3a4b21198c812cb Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Fri, 21 May 2021 13:27:27 +0300 Subject: [PATCH] Delete containers upon exit --- kea_testing.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kea_testing.groovy b/kea_testing.groovy index c735ae8..6f6c3b4 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -112,7 +112,7 @@ pipeline { docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') { //echo 'Stop and remove the specified Docker containers from the DEV server' - //sh 'sh delete.sh' + sh 'sh delete.sh' } } -- 2.2.2