Edit JJB def. using Java template 19/9819/1
authorLusheng Ji <lji@research.att.com>
Fri, 1 Sep 2017 02:57:30 +0000 (02:57 +0000)
committerLusheng Ji <lji@research.att.com>
Fri, 1 Sep 2017 02:57:46 +0000 (02:57 +0000)
Issue-Id: DCAEGEN2-60
Change-Id: I9b1fef82fc553102e83662d9d229fb3c0c40ee85
Signed-off-by: Lusheng Ji <lji@research.att.com>
jjb/dcaegen2/dcaegen2-platform-configbinding.yaml

index 95b2717..9d0e3e5 100644 (file)
@@ -2,19 +2,21 @@
 - project:
     name: dcaegen2-platform-configbinding
     project-name: 'dcaegen2-platform-configbinding'
-    subproject:
-      - platform-configbinding:
-          path: '.'
-          pattern: '**'
     jobs:
-      - '{project-name}-{stream}-{subproject}-verify-python'
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-version-java-daily'
 
     project: 'dcaegen2/platform/configbinding'
-
     stream:
       - 'master':
           branch: 'master'
-      - 'release-1.0.0':
-          branch: 'release-1.0.0'
     mvn-settings: 'dcaegen2-platform-configbinding-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'