Push to DB script for Jenkins Jobs 39/6839/1
authorNauman_Ahad <Nauman_Ahad@dell.com>
Fri, 15 Jan 2016 13:18:41 +0000 (18:18 +0500)
committerNauman_Ahad <Nauman_Ahad@dell.com>
Fri, 15 Jan 2016 13:18:41 +0000 (18:18 +0500)
Added a script that could be called inside the docker
container to push results to DB.

Change-Id: I6b6496f5d670f415606afc605fc3bdc1c4e88fbb
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
docker/push_db.sh [new file with mode: 0755]

diff --git a/docker/push_db.sh b/docker/push_db.sh
new file mode 100755 (executable)
index 0000000..d9f9d9a
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+cd ${QTIP_DIR} && python dashboard/pushtoDB.py