diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-10-16 14:23:52 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-10-16 14:23:52 -0400 |
commit | b4df85ece3ec30bbab42f5ad779f549265cdafce (patch) | |
tree | afa405a38e52968b29933d81e6cd0de0632e5892 /jjb | |
parent | fbe23b69511a034cd8dd5c7751330c89f6fd7fd8 (diff) |
Add elalto jobs for ccsdk
Add elalto jobs for 2 CCSDK repos:
ccsdk/dashboard
ccsdk/platform/plugins
Change-Id: I4ebd0794256ed66a19cf9d4cfd65ccaa6a487248
Issue-ID: CIMAN-336
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ccsdk/dashboard.yaml | 2 | ||||
-rw-r--r-- | jjb/ccsdk/platform-plugins.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/jjb/ccsdk/dashboard.yaml b/jjb/ccsdk/dashboard.yaml index cdb6f2a82..5fb77b03d 100644 --- a/jjb/ccsdk/dashboard.yaml +++ b/jjb/ccsdk/dashboard.yaml @@ -14,6 +14,8 @@ stream: - 'master': branch: 'master' + - 'elalto': + branch: 'elalto' mvn-settings: 'ccsdk-dashboard-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/platform-plugins.yaml b/jjb/ccsdk/platform-plugins.yaml index ab6497673..f4830c1d6 100644 --- a/jjb/ccsdk/platform-plugins.yaml +++ b/jjb/ccsdk/platform-plugins.yaml @@ -15,6 +15,8 @@ stream: - 'master': branch: 'master' + - 'elalto': + branch: 'elalto' mvn-settings: 'ccsdk-platform-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 |