Update docker mvn goals
[ci-management.git] / jjb / dcaegen2 / dcaegen2-platform-blueprints.yaml
index 6160930..d459663 100644 (file)
@@ -3,6 +3,7 @@
     name: dcaegen2-platform-blueprints
     project-name: 'dcaegen2-platform-blueprints'
     jobs:
+      - gerrit-maven-clm
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
       - '{project-name}-{stream}-release-version-java-daily'
     stream:
       - 'master':
           branch: 'master'
-          mvn-settings: 'dcaegen2-platform-blueprints-settings'
-          # due to a strange macro / variable translation problem this needs
-          # to be passed as a string block to properly get the properties
-          # correctly defined in the job
-          maven-deploy-properties: |
-            deployAtEnd=true
-          files: '**'
-          archive-artifacts: ''
+    mvn-settings: 'dcaegen2-platform-blueprints-settings'
+    # due to a strange macro / variable translation problem this needs
+    # to be passed as a string block to properly get the properties
+    # correctly defined in the job
+    maven-deploy-properties: |
+      deployAtEnd=true
+    files: '**'
+    archive-artifacts: ''
+    build-node: 'ubuntu1604-docker-8c-8g'