Commit 3168bb7b19ed5d5dbfe415783926509a9e2238c0

Authored by George Vlahavas
1 parent 0009a3a0f9

Add some debug info

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ 3168bb7
... ... @@ -34,7 +34,7 @@
34 34 script {
35 35 docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") {
36 36 docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') {
37   -
  37 + sh 'pwd;ls -lR'
38 38 echo 'Deploying the specified Docker containers in DEV server'
39 39 sh 'sh deploy.sh'
40 40 }