diff options
author | Areli Fuss <af732p@att.com> | 2017-10-25 15:55:03 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-25 15:55:03 +0300 |
commit | 41b4c5f32b0b9ae84d8e30798487407e0a728a17 (patch) | |
tree | e2af4f6142ea294998472b811125b85c7d01d688 | |
parent | ed446a1ff3d7d8fe0ec076e4ee902e6f9e211df8 (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-- | Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |