print jjb prior execution

Allows easier debugging when deployment fails

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I239c7f1b0c940ccf5efd573a9394ae06afd0ae1c
diff --git a/ci/run-jjb.py b/ci/run-jjb.py
index 691b366..daa0de9 100755
--- a/ci/run-jjb.py
+++ b/ci/run-jjb.py
@@ -122,6 +122,7 @@
         with open('template.yaml', 'w') as f:
             f.write(buffer)
         try:
+            print("jjb command '%s'" % jjb_args)
             proc = subprocess.Popen(jjb_args,
                                     stdin=subprocess.PIPE,
                                     stdout=subprocess.PIPE,