diff --git a/kea_testing.groovy b/kea_testing.groovy index d907f63..0e854fa 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' + sh 'hostname;pwd;ls -lR' echo 'Deploying the specified Docker containers in DEV server' sh 'sh deploy.sh' }