summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-07-06 07:11:40 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-06 07:11:40 +0000
commit1cb29bd339f434caffc4e0724f93d0bdefc2e281 (patch)
treef9f065e5fc51b21e53387f69be6e49c383560a4e /jjb
parentbb24c3d6c42c7b74ae8ea2fb9f390ff1f7fd7dbf (diff)
parent3e7bd0b894b347699226ba3df2104d7d2913362f (diff)
Merge "bugfix: hardcoded testapi urls"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/releng/automate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/automate.yml b/jjb/releng/automate.yml
index 9eb281de3..4bea7032c 100644
--- a/jjb/releng/automate.yml
+++ b/jjb/releng/automate.yml
@@ -247,7 +247,7 @@
name: 'testapi-automate-docker-deploy-macro'
builders:
- shell: |
- bash ./jjb/releng/docker-deploy.sh 'sudo docker run -dti -p 8082:8000 -e mongodb_url=mongodb://172.17.0.1:27017 -e swagger_url=http://testresults.opnfv.org/test opnfv/testapi' "http://testresults.opnfv.org/test/swagger/APIs"
+ bash ./jjb/releng/docker-deploy.sh 'sudo docker run -dti -p 8082:8000 -e mongodb_url=mongodb://172.17.0.1:27017 -e base_url=http://testresults.opnfv.org/test opnfv/testapi' "http://testresults.opnfv.org/test/swagger/APIs"
- builder:
name: 'reporting-automate-docker-deploy-macro'
builders: