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' } }