diff --git a/kea_testing.groovy b/kea_testing.groovy index 9cdc911..ec195df 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -32,7 +32,7 @@ pipeline { script { docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") { docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') { - reuseNode true + echo 'Deploying the specified Docker containers in DEV server' sh 'sh deploy.sh' }