From 09c75f39221bb8cb1b5533b63441869b2f1526c7 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 25 May 2020 10:57:28 +0100 Subject: [PATCH] ci: add verbose output when running in the CI --- x-pack/plugins/apm/e2e/run-e2e.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x-pack/plugins/apm/e2e/run-e2e.sh b/x-pack/plugins/apm/e2e/run-e2e.sh index f80be157c2a3e..4106ef0493647 100755 --- a/x-pack/plugins/apm/e2e/run-e2e.sh +++ b/x-pack/plugins/apm/e2e/run-e2e.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +if [ -n "${JENKINS_URL}" ] ; then + set -x +fi + # variables KIBANA_PORT=5701 ELASTICSEARCH_PORT=9201