From 13908671d64f548bd7148c6974e092a7f9e4ca2a Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Mon, 13 Mar 2017 15:03:27 +0000 Subject: [DCAE-1] Added release streams for NCOMP projects. Change-Id: I429b31032dcd5a7f187fa6b14d37dfeaae4fea06 Signed-off-by: Carsten Lund --- jjb/ncomp/ncomp-cdap.yaml | 2 ++ jjb/ncomp/ncomp-core.yaml | 2 ++ jjb/ncomp/ncomp-docker.yaml | 2 ++ jjb/ncomp/ncomp-maven.yaml | 2 ++ jjb/ncomp/ncomp-openstack.yaml | 2 ++ jjb/ncomp/ncomp-sirius-manager.yaml | 2 ++ jjb/ncomp/ncomp-utils.yaml | 2 ++ 7 files changed, 14 insertions(+) diff --git a/jjb/ncomp/ncomp-cdap.yaml b/jjb/ncomp/ncomp-cdap.yaml index b3d0111c0..02b106ddd 100644 --- a/jjb/ncomp/ncomp-cdap.yaml +++ b/jjb/ncomp/ncomp-cdap.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' mvn-settings: 'ncomp-cdap-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 diff --git a/jjb/ncomp/ncomp-core.yaml b/jjb/ncomp/ncomp-core.yaml index b218dfe02..acacea03e 100644 --- a/jjb/ncomp/ncomp-core.yaml +++ b/jjb/ncomp/ncomp-core.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' mvn-settings: 'ncomp-core-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 diff --git a/jjb/ncomp/ncomp-docker.yaml b/jjb/ncomp/ncomp-docker.yaml index 9859c09b5..2f2dad361 100644 --- a/jjb/ncomp/ncomp-docker.yaml +++ b/jjb/ncomp/ncomp-docker.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' mvn-settings: 'ncomp-docker-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 diff --git a/jjb/ncomp/ncomp-maven.yaml b/jjb/ncomp/ncomp-maven.yaml index 7600d65ab..d3e19dd73 100644 --- a/jjb/ncomp/ncomp-maven.yaml +++ b/jjb/ncomp/ncomp-maven.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' mvn-settings: 'ncomp-maven-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 diff --git a/jjb/ncomp/ncomp-openstack.yaml b/jjb/ncomp/ncomp-openstack.yaml index e7da94855..224be900c 100644 --- a/jjb/ncomp/ncomp-openstack.yaml +++ b/jjb/ncomp/ncomp-openstack.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' mvn-settings: 'ncomp-openstack-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 diff --git a/jjb/ncomp/ncomp-sirius-manager.yaml b/jjb/ncomp/ncomp-sirius-manager.yaml index ec956462a..8e0fe3868 100644 --- a/jjb/ncomp/ncomp-sirius-manager.yaml +++ b/jjb/ncomp/ncomp-sirius-manager.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' mvn-settings: 'ncomp-sirius-manager-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 diff --git a/jjb/ncomp/ncomp-utils.yaml b/jjb/ncomp/ncomp-utils.yaml index 9bfc4ca37..20495f066 100644 --- a/jjb/ncomp/ncomp-utils.yaml +++ b/jjb/ncomp/ncomp-utils.yaml @@ -11,6 +11,8 @@ stream: - 'master': branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' mvn-settings: 'ncomp-utils-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 -- cgit 1.2.3-korg