Commit 6eb1478ebea261ba83b7e278a90fe642f58fc623
1 parent
035a31d31d
Exists in
master
and in
4 other branches
Revert "Add reuseNode true"
This reverts commit 035a31d31dd111eeafdf689ef2f7e51ade5bc311.
Showing 1 changed file with 1 additions and 1 deletions
kea_testing.groovy
View file @
6eb1478
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | script { |
33 | 33 | docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") { |
34 | 34 | docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') { |
35 | - reuseNode true | |
35 | + | |
36 | 36 | echo 'Deploying the specified Docker containers in DEV server' |
37 | 37 | sh 'sh deploy.sh' |
38 | 38 | } |