From d33f3cbda58449a245ab383cc566f11429d5f079 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 22 Jan 2018 16:14:53 -0800 Subject: [PATCH] Remove jdk variable from lf-maven-jobs Setting this variable to {java-version} creates some issues for projects using the Ubuntu nodes as they need to use explicitly 'System' as their JDK version. Change-Id: I0a12bc83f7c8c1c8fcdf8f2a1d5f47b8360b94c9 Signed-off-by: Jessica Wagantall --- jjb/lf-maven-jobs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/jjb/lf-maven-jobs.yaml b/jjb/lf-maven-jobs.yaml index 609c592c..988eebd2 100644 --- a/jjb/lf-maven-jobs.yaml +++ b/jjb/lf-maven-jobs.yaml @@ -83,7 +83,6 @@ project-type: freestyle node: '{build-node}' - jdk: '{java-version}' properties: - lf-infra-properties: -- 2.16.6