summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-02 16:28:46 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-02 16:30:06 -0500
commit8b22628ae499cc63aa095c28d66b674ac24207e4 (patch)
tree1bba06371eed02b213ac3fcb805478a71d977909 /jjb
parent06e60f519a6997fdd639cb7e1bf94496b4902617 (diff)
AAF Docker Build to Maven
Issue-ID: AAF-917 Change-Id: I9863a70290f96fed3925a622f73516b47d73c14e Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/aaf/aaf-authz.yaml18
1 files changed, 12 insertions, 6 deletions
diff --git a/jjb/aaf/aaf-authz.yaml b/jjb/aaf/aaf-authz.yaml
index 11e33c571..22b99f94d 100644
--- a/jjb/aaf/aaf-authz.yaml
+++ b/jjb/aaf/aaf-authz.yaml
@@ -15,12 +15,18 @@
sign-artifacts: true
build-node: centos7-docker-8c-8g
maven-versions-plugin: true
- - '{project-name}-{stream}-docker-java-shell-daily':
- mvn-goals: 'clean install'
- settings: '{mvn-settings}'
- script:
- !include-raw-escape: 'build-aaf-docker-image.sh'
- build-node: 'ubuntu1604-docker-8c-8g'
+ - gerrit-maven-docker-stage:
+ mvn-params: 'exec:exec -Pbuild-docker'
+ build-node: ubuntu1604-docker-8c-8g
+ container-public-registry: 'nexus3.onap.org:10001'
+ container-staging-registry: 'nexus3.onap.org:10003'
+# LF said on 2019-08-01 that this was deprecated
+# - '{project-name}-{stream}-docker-java-shell-daily':
+# mvn-goals: 'clean install'
+# settings: '{mvn-settings}'
+# script:
+# !include-raw-escape: 'build-aaf-docker-image.sh'
+# build-node: 'ubuntu1604-docker-8c-8g'
project: 'aaf/authz'
stream:
- 'master':