diff options
author | Nauman_Ahad <Nauman_Ahad@dell.com> | 2016-01-15 18:18:41 +0500 |
---|---|---|
committer | Nauman_Ahad <Nauman_Ahad@dell.com> | 2016-01-15 18:18:41 +0500 |
commit | b69867b9e2ce580a0591ba7d0432664818f2b123 (patch) | |
tree | a55a7ee94b7cc511d98ef2906685c1084a4f4940 /docker | |
parent | 28258ccf7196e24ad53617edb14c344ff63130fb (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>
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 |