Fix indentation and add buildnode.
[ci-management.git] / jjb / dcaegen2 / dcaegen2-deployments.yaml
index 1291c4d..8e48258 100644 (file)
     stream:
       - 'master':
           branch: 'master'
-          mvn-settings: 'dcaegen2-deployments-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-deployments-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'