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/aai/aai-rest-client.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'jjb/aai/aai-rest-client.yaml') diff --git a/jjb/aai/aai-rest-client.yaml b/jjb/aai/aai-rest-client.yaml index 37c2084a2..848a22279 100644 --- a/jjb/aai/aai-rest-client.yaml +++ b/jjb/aai/aai-rest-client.yaml @@ -4,7 +4,6 @@ project-name: 'aai-rest-client' jobs: - gerrit-maven-clm: - java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -20,7 +19,6 @@ project-name: 'aai-rest-client' jobs: - gerrit-maven-clm: - java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -36,7 +34,6 @@ jobs: - gerrit-maven-sonar build-node: ubuntu1604-basebuild-4c-4g - java-version: '' project: 'aai/rest-client' project-name: 'aai-rest-client' branch: 'master' -- cgit 1.2.3-korg