diff --git a/kea_testing.groovy b/kea_testing.groovy index 34e9d41..d907f63 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -34,7 +34,7 @@ pipeline { script { docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") { docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') { - + sh 'pwd;ls -lR' echo 'Deploying the specified Docker containers in DEV server' sh 'sh deploy.sh' }