diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-21 08:59:15 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-21 08:59:59 -0400 |
commit | 34805e65632a2962bd99328ff5f30a3aee47d324 (patch) | |
tree | 96c2fe108be0082365024c02e24a451f383f7d8b /jjb/aai | |
parent | 8ea412f9b942f478eafdf438275b7b3715ad428a (diff) |
Add newly-created docker profile
Issue-ID: AAI-2579
Change-Id: I42a72f8949b35e1c8ba5671b5e7ea7f3051f851b
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'jjb/aai')
-rw-r--r-- | jjb/aai/aai-gizmo.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/aai/aai-gizmo.yaml b/jjb/aai/aai-gizmo.yaml index 9c18eb9c6..170971ea3 100644 --- a/jjb/aai/aai-gizmo.yaml +++ b/jjb/aai/aai-gizmo.yaml @@ -16,7 +16,7 @@ build-node: centos7-builder-4c-4g maven-versions-plugin: true - gerrit-maven-docker-stage: - mvn-params: 'docker:build -B -Dmaven.test.skip=true' + mvn-params: '-P docker -B -Dmaven.test.skip=true' build-node: ubuntu1604-docker-8c-8g container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' |