From 31dba4884145f075125e30782c8f2e8e77eb83d9 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 13 Feb 2018 11:53:08 -0800 Subject: Remove empty java-version in templates The new upgrade of global-jjb 0.16.0 is able to handle the java version better. We do not need to set this variable as empty anymore. Change-Id: I88cae9f4b49241b6045deee7fd696c18d781db1c Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall --- jjb/holmes/holmes-common.yaml | 2 -- jjb/holmes/holmes-dsa.yaml | 2 -- jjb/holmes/holmes-engine-mgt.yaml | 2 -- jjb/holmes/holmes-rule-mgt.yaml | 2 -- 4 files changed, 8 deletions(-) (limited to 'jjb/holmes') diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 77e8b6533..44ba32368 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -4,7 +4,6 @@ project-name: 'holmes-common' jobs: - gerrit-maven-clm: - java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -24,7 +23,6 @@ jobs: - gerrit-maven-sonar build-node: ubuntu1604-basebuild-4c-4g - java-version: '' project: 'holmes/common' project-name: 'holmes-common' branch: 'master' diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index e6511068e..dd5c3ea3d 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -4,7 +4,6 @@ project-name: 'holmes-dsa' jobs: - gerrit-maven-clm: - java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -27,7 +26,6 @@ jobs: - gerrit-maven-sonar build-node: ubuntu1604-basebuild-4c-4g - java-version: '' project: 'holmes/dsa' project-name: 'holmes-dsa' branch: 'master' diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 5573ec7d6..59df64c44 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -4,7 +4,6 @@ project-name: 'holmes-engine-management' jobs: - gerrit-maven-clm: - java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -27,7 +26,6 @@ jobs: - gerrit-maven-sonar build-node: ubuntu1604-basebuild-4c-4g - java-version: '' project: 'holmes/engine-management' project-name: 'holmes-engine-management' branch: 'master' diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index c739e0703..0778c9a40 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -4,7 +4,6 @@ project-name: 'holmes-rule-management' jobs: - gerrit-maven-clm: - java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -27,7 +26,6 @@ jobs: - gerrit-maven-sonar build-node: ubuntu1604-basebuild-4c-4g - java-version: '' project: 'holmes/rule-management' project-name: 'holmes-rule-management' branch: 'master' -- cgit 1.2.3-korg