Commit cb9a1dd4e3c94d7e47abe4c6839dd52227d0354c

Authored by George Vlahavas
1 parent 3168bb7b19

Add more debug info

Showing 1 changed file with 1 additions and 1 deletions

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