Commit 6b0c5116d8cc8d4cdbc3558260790d53591bb610

Authored by George Vlahavas
1 parent 4c97fa4e24

Comment out delete.sh for testing

Showing 1 changed file with 2 additions and 2 deletions

kea_testing.groovy View file @ 6b0c511
... ... @@ -108,8 +108,8 @@
108 108 docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") {
109 109 docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') {
110 110  
111   - echo 'Stop and remove the specified Docker containers from the DEV server'
112   - sh 'sh delete.sh'
  111 + //echo 'Stop and remove the specified Docker containers from the DEV server'
  112 + //sh 'sh delete.sh'
113 113  
114 114 }
115 115 }