summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-12-13 17:37:54 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-13 17:37:54 +0000
commitab49d44b57433574c81749e9a2ac93461a25e41b (patch)
tree6ae06eba006278964e2c04738e5959df75906520 /jjb/sdnc
parent2c1c211ffec926d1837e5d479b767c43c43a9478 (diff)
parent1010fd56cd1b351b172e1d38e112871f5202721e (diff)
Merge "Add Casablanca CLM jobs for CCSDK and SDNC"
Diffstat (limited to 'jjb/sdnc')
-rw-r--r--jjb/sdnc/sdnc-apps.yaml6
-rw-r--r--jjb/sdnc/sdnc-northbound.yaml6
-rw-r--r--jjb/sdnc/sdnc-oam.yaml6
3 files changed, 15 insertions, 3 deletions
diff --git a/jjb/sdnc/sdnc-apps.yaml b/jjb/sdnc/sdnc-apps.yaml
index 63fd0f324..5aad86bb8 100644
--- a/jjb/sdnc/sdnc-apps.yaml
+++ b/jjb/sdnc/sdnc-apps.yaml
@@ -71,5 +71,9 @@
project: sdnc/apps
project-name: 'sdnc-apps'
build-node: ubuntu1604-builder-4c-4g
- branch: 'master'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'casablanca':
+ branch: 'casablanca'
mvn-settings: 'sdnc-apps-settings'
diff --git a/jjb/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml
index f725d1b57..190e0c2d6 100644
--- a/jjb/sdnc/sdnc-northbound.yaml
+++ b/jjb/sdnc/sdnc-northbound.yaml
@@ -45,5 +45,9 @@
project: sdnc/northbound
project-name: 'sdnc-northbound'
build-node: ubuntu1604-builder-4c-4g
- branch: 'master'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'casablanca':
+ branch: 'casablanca'
mvn-settings: 'sdnc-northbound-settings'
diff --git a/jjb/sdnc/sdnc-oam.yaml b/jjb/sdnc/sdnc-oam.yaml
index 8efe0f7fd..1dc289fa3 100644
--- a/jjb/sdnc/sdnc-oam.yaml
+++ b/jjb/sdnc/sdnc-oam.yaml
@@ -45,5 +45,9 @@
project: sdnc/oam
project-name: 'sdnc-oam'
build-node: ubuntu1604-builder-4c-4g
- branch: 'master'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'casablanca':
+ branch: 'casablanca'
mvn-settings: 'sdnc-oam-settings'