Update SDC-pubsub JJB 68/73068/1
authorMichael Lando <michael.lando@intl.att.com>
Mon, 19 Nov 2018 17:25:29 +0000 (19:25 +0200)
committerMichael Lando <michael.lando@intl.att.com>
Mon, 19 Nov 2018 17:25:29 +0000 (19:25 +0200)
Make updates to the SDC-pubsub to support the Casablanca branch.

* Add new stream for the branch
* Updated CLM and sonar to run on the new branch

Change-Id: I04abdc13465473781d787489db6959f9f7f5ea8a
Issue-ID: SDC-1913
Signed-off-by: Michael Lando <michael.lando@intl.att.com>
jjb/sdc/sdc-sdc-pubsub.yaml

index f94773a..1409531 100644 (file)
@@ -17,6 +17,8 @@
     stream:
       - 'master':
           branch: 'master'
+      - 'casablanca':
+          branch: 'casablanca'
     mvn-settings: 'sdc-sdc-pubsub-settings'
     files: '**'
     archive-artifacts: ''
@@ -31,7 +33,7 @@
     build-node: ubuntu1604-builder-4c-4g
     project: 'sdc/sdc-pubsub'
     project-name: 'sdc-sdc-pubsub'
-    branch: 'master'
+    branch: 'casablanca'
     mvn-settings: 'sdc-sdc-pubsub-settings'
     mvn-params: '-Dsonar.branch={branch}'
     mvn-goals: 'clean install'