Commit 5d461aebf6c03c2a8d06a3bab3a4b21198c812cb

Authored by George Vlahavas
1 parent 07e5efc686

Delete containers upon exit

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ 5d461ae
... ... @@ -112,7 +112,7 @@
112 112 docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') {
113 113  
114 114 //echo 'Stop and remove the specified Docker containers from the DEV server'
115   - //sh 'sh delete.sh'
  115 + sh 'sh delete.sh'
116 116  
117 117 }
118 118 }