diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-09-23 04:47:30 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-09-23 04:49:02 -0400 |
commit | c28ba46c3681f8972d735177fa2829ca386a6fff (patch) | |
tree | 9e8ea8c894f87bac616ee1b394ee4b22b07a4a58 /jjb/dovetail | |
parent | 8ee93eea567ee83d67232ebf22cd0f2a9439c5d6 (diff) |
dovetail fix: add mount path for results
JIRA: DOVETAIL-14
results mount path for dovetail tool is needed.
Change-Id: I0114c4c0dec7654f30ac5ffc495a2623e5a2e59e
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/dovetail')
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index 2c85e4602..5653d3e9e 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -34,7 +34,8 @@ fi opts="--privileged=true --rm" envs="-e CI_DEBUG=${CI_DEBUG} \ - -v /var/run/docker.sock:/var/run/docker.sock" + -v /var/run/docker.sock:/var/run/docker.sock \ + -v /home/opnfv/dovetail/results:/home/opnfv/dovetail/results" # Pull the image with correct tag echo "Dovetail: Pulling image opnfv/dovetail:${DOCKER_TAG}" |