From 41b4c5f32b0b9ae84d8e30798487407e0a728a17 Mon Sep 17 00:00:00 2001 From: Areli Fuss Date: Wed, 25 Oct 2017 15:55:03 +0300 Subject: Add debug print to docker run command Add debug mode in order to check why the script failed on okapi environment Change-Id: If3c2aab1cd6b4e785a6c05c5d4196366d43b07ac Issue-Id: VVP-25 Signed-off-by: Areli Fuss --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d7ecc5..819c996 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# ============LICENSE_START========================================== +# ============LICENSE_START========================================== # org.onap.vvp/jenkins # =================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. @@ -72,4 +72,6 @@ RUN pip install -U pytest pyyaml pytest-tap USER jenkins -RUN install-plugins.sh notification workflow-aggregator tap +#RUN install-plugins.sh notification workflow-aggregator tap +#Add debug mode for onapp debugging +RUN /bin/bash -x /usr/local/bin/install-plugins.sh notification workflow-aggregator tap -- cgit 1.2.3-korg