summaryrefslogtreecommitdiffstats
path: root/jjb/clamp/clamp.yaml
diff options
context:
space:
mode:
authorac2550 <ac2550@intl.att.com>2018-04-04 13:39:53 +0200
committerac2550 <ac2550@intl.att.com>2018-04-04 15:36:30 +0200
commitef92ed90a440fc1b8a89053d54053186c855dbcf (patch)
tree098cd565402a21a34890f698d0191af51a091791 /jjb/clamp/clamp.yaml
parente5b814d61ffb827b024e5c5e0376f90f08d10e81 (diff)
Mariadb docker used for ittests
Clamp has a bunch it tests which needs a mariadb docker container. Recent changes on availability of the DOCKER_REGISTRY env variable force the registry to 'nexus3.onap.org' instead of docker.io. This patch corrects both behaviors by setting 'nexus3.onap.org:10001 instead' Issue-ID: CLAMP-150 Change-Id: I30a980c89755df05b8ec5f4aa0258031f4270bde Signed-off-by: ac2550 <ac2550@intl.att.com>
Diffstat (limited to 'jjb/clamp/clamp.yaml')
-rw-r--r--jjb/clamp/clamp.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml
index 3841b8880..a79ad4452 100644
--- a/jjb/clamp/clamp.yaml
+++ b/jjb/clamp/clamp.yaml
@@ -5,7 +5,8 @@
project-name: 'clamp'
jobs:
- gerrit-maven-clm:
- - '{project-name}-{stream}-verify-java-checkstyle'
+ - '{project-name}-{stream}-verify-java-checkstyle':
+ mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
- '{project-name}-{stream}-merge-properties-java':
mvn_properties:
- docker.pull.registry=nexus3.onap.org:10001
@@ -37,7 +38,8 @@
- project:
name: clamp-sonar
jobs:
- - gerrit-maven-sonar
+ - gerrit-maven-sonar:
+ mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
cron: 'H 11 * * *'
build-node: ubuntu1604-docker-8c-8g
project: 'clamp'