summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-09-11 14:59:59 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-09-11 14:59:59 -0400
commitd235af91290c23e301dad847446c0aa03d91f462 (patch)
treec5428b5709d42f7bac5b0c91f74d2aa7e3b9f63e /jjb
parent9a0d0860bb4ef7995a9b6346053bcd06f618e3af (diff)
Add CCSDK elalto jobs
Add jobs for CCSDK elalto branches Change-Id: I157029f58f1af034e590ced0bd69b9a22af959ac Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/ccsdk/apps.yaml2
-rw-r--r--jjb/ccsdk/cds.yaml2
-rw-r--r--jjb/ccsdk/distribution.yaml2
-rw-r--r--jjb/ccsdk/features.yaml2
-rw-r--r--jjb/ccsdk/parent.yaml2
-rw-r--r--jjb/ccsdk/sli-adaptors.yaml2
-rw-r--r--jjb/ccsdk/sli-core.yaml2
-rw-r--r--jjb/ccsdk/sli-northbound.yaml2
-rw-r--r--jjb/ccsdk/sli-plugins.yaml2
9 files changed, 18 insertions, 0 deletions
diff --git a/jjb/ccsdk/apps.yaml b/jjb/ccsdk/apps.yaml
index 89eb16c27..b62663133 100644
--- a/jjb/ccsdk/apps.yaml
+++ b/jjb/ccsdk/apps.yaml
@@ -27,6 +27,8 @@
stream:
- 'master':
branch: 'master'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-apps-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/ccsdk/cds.yaml b/jjb/ccsdk/cds.yaml
index 8aab71f8e..d158624e8 100644
--- a/jjb/ccsdk/cds.yaml
+++ b/jjb/ccsdk/cds.yaml
@@ -23,6 +23,8 @@
stream:
- 'master':
branch: 'master'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-cds-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/ccsdk/distribution.yaml b/jjb/ccsdk/distribution.yaml
index a35bd5c24..e0bec95b6 100644
--- a/jjb/ccsdk/distribution.yaml
+++ b/jjb/ccsdk/distribution.yaml
@@ -24,6 +24,8 @@
branch: 'master'
- 'elalto-fluorine':
branch: 'elalto-fluorine'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-distribution-settings'
files: '**'
archive-artifacts: ''
diff --git a/jjb/ccsdk/features.yaml b/jjb/ccsdk/features.yaml
index 79e6d1430..894f80e57 100644
--- a/jjb/ccsdk/features.yaml
+++ b/jjb/ccsdk/features.yaml
@@ -15,6 +15,8 @@
stream:
- 'master':
branch: 'master'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-features-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/ccsdk/parent.yaml b/jjb/ccsdk/parent.yaml
index c5eb108d7..05af05d0e 100644
--- a/jjb/ccsdk/parent.yaml
+++ b/jjb/ccsdk/parent.yaml
@@ -21,6 +21,8 @@
branch: 'master'
- 'elalto-fluorine':
branch: 'elalto-fluorine'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-parent-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/ccsdk/sli-adaptors.yaml b/jjb/ccsdk/sli-adaptors.yaml
index be925d5b1..9bc04cf97 100644
--- a/jjb/ccsdk/sli-adaptors.yaml
+++ b/jjb/ccsdk/sli-adaptors.yaml
@@ -17,6 +17,8 @@
branch: 'master'
- 'elalto-fluorine':
branch: 'elalto-fluorine'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-sli-adaptors-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/ccsdk/sli-core.yaml b/jjb/ccsdk/sli-core.yaml
index a3a092a28..7cdc27120 100644
--- a/jjb/ccsdk/sli-core.yaml
+++ b/jjb/ccsdk/sli-core.yaml
@@ -17,6 +17,8 @@
branch: 'master'
- 'elalto-fluorine':
branch: 'elalto-fluorine'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-sli-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/ccsdk/sli-northbound.yaml b/jjb/ccsdk/sli-northbound.yaml
index 6315c90d2..3715e1b7e 100644
--- a/jjb/ccsdk/sli-northbound.yaml
+++ b/jjb/ccsdk/sli-northbound.yaml
@@ -17,6 +17,8 @@
branch: 'master'
- 'elalto-fluorine':
branch: 'elalto-fluorine'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-sli-northbound-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/ccsdk/sli-plugins.yaml b/jjb/ccsdk/sli-plugins.yaml
index 329a17f03..60161b002 100644
--- a/jjb/ccsdk/sli-plugins.yaml
+++ b/jjb/ccsdk/sli-plugins.yaml
@@ -17,6 +17,8 @@
branch: 'master'
- 'elalto-fluorine':
branch: 'elalto-fluorine'
+ - 'elalto':
+ branch: 'elalto'
mvn-settings: 'ccsdk-sli-plugins-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