diff options
author | Nauman_Ahad <Nauman_Ahad@dell.com> | 2016-01-15 18:18:41 +0500 |
---|---|---|
committer | Nauman Ahad <nauman.ahad@xflowresearch.com> | 2016-02-01 22:22:44 +0000 |
commit | 8de99c6dba321c24f5bd77a911b2e497bf6f3c97 (patch) | |
tree | a55a7ee94b7cc511d98ef2906685c1084a4f4940 /docker | |
parent | 06736ce33cca771eb5537ba325e1c94f38e2a4c9 (diff) |
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 <Nauman_Ahad@dell.com>
(cherry picked from commit b69867b9e2ce580a0591ba7d0432664818f2b123)
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/push_db.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |