summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <michael.lando@intl.att.com>2018-11-19 19:25:29 +0200
committerMichael Lando <michael.lando@intl.att.com>2018-11-19 19:25:29 +0200
commitdfd5e64e1583a0316c1d4cd80f4604f2d88b3ebf (patch)
treec472ffe47db3c20eb6975bfe7f0a58cac66170db
parentf8e00d112997bed8f2d13c28a3fc87f45bd05e47 (diff)
Update SDC-pubsub JJB
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>
-rw-r--r--jjb/sdc/sdc-sdc-pubsub.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/sdc/sdc-sdc-pubsub.yaml b/jjb/sdc/sdc-sdc-pubsub.yaml
index f94773a87..140953192 100644
--- a/jjb/sdc/sdc-sdc-pubsub.yaml
+++ b/jjb/sdc/sdc-sdc-pubsub.yaml
@@ -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'