summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-10-25 15:55:03 +0300
committerAreli Fuss <af732p@att.com>2017-10-25 15:55:03 +0300
commit41b4c5f32b0b9ae84d8e30798487407e0a728a17 (patch)
treee2af4f6142ea294998472b811125b85c7d01d688
parented446a1ff3d7d8fe0ec076e4ee902e6f9e211df8 (diff)
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 <af732p@att.com>
-rw-r--r--Dockerfile6
1 files 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