diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-09-04 18:41:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-04 18:41:06 +0000 |
commit | a4b5c45774ae90f76c4dbb3e027a2ac4043f9c15 (patch) | |
tree | 5c64c0af5db166feccbfbe3e6e737e66a4b1fec3 | |
parent | b74bdb9b674b78f6320f2ec87d54e8eb0b26a327 (diff) | |
parent | 271407a2e214b94d9c5144239577f4025f873c29 (diff) |
Merge "Fix profile to build image"
-rw-r--r-- | jjb/aai/aai-search-data-service.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/aai/aai-search-data-service.yaml b/jjb/aai/aai-search-data-service.yaml index 9a53e718c..0e630c1c4 100644 --- a/jjb/aai/aai-search-data-service.yaml +++ b/jjb/aai/aai-search-data-service.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: '-Pdocker -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' @@ -38,7 +38,7 @@ project-name: 'aai-search-data-service-searchguard' jobs: - gerrit-maven-docker-stage: - mvn-params: 'docker:build -B -Dmaven.test.skip=true' + mvn-params: '-Pdocker -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' |