summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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