From b4df85ece3ec30bbab42f5ad779f549265cdafce Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 16 Oct 2019 14:23:52 -0400 Subject: 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) --- jjb/ccsdk/dashboard.yaml | 2 ++ jjb/ccsdk/platform-plugins.yaml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'jjb') 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 -- cgit 1.2.3-korg