From: Nauman_Ahad Date: Fri, 15 Jan 2016 13:18:41 +0000 (+0500) Subject: Push to DB script for Jenkins Jobs X-Git-Tag: brahmaputra.1.0~29 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F8945%2F1;p=qtip.git Push to DB script for Jenkins Jobs Added a script that could be called inside the docker container to push results to DB. Change-Id: I6b6496f5d670f415606afc605fc3bdc1c4e88fbb Signed-off-by: Nauman_Ahad (cherry picked from commit b69867b9e2ce580a0591ba7d0432664818f2b123) --- diff --git a/docker/push_db.sh b/docker/push_db.sh new file mode 100755 index 00000000..d9f9d9ac --- /dev/null +++ b/docker/push_db.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cd ${QTIP_DIR} && python dashboard/pushtoDB.py