Commit 035a31d31dd111eeafdf689ef2f7e51ade5bc311

Authored by George Vlahavas
1 parent 303bc34838

Add reuseNode true

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ 035a31d
... ... @@ -32,7 +32,7 @@
32 32 script {
33 33 docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") {
34 34 docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') {
35   -
  35 + reuseNode true
36 36 echo 'Deploying the specified Docker containers in DEV server'
37 37 sh 'sh deploy.sh'
38 38 }