From bedaaee0b6af0bc86e7986877011adf64de89e38 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 8 Nov 2018 12:51:52 -0800 Subject: Allow docker-java to specify node Allow {project-name}-{stream}-docker-java-properties-daily to allow a specific build-node to be able to run these jobs using the ARM architecture nodes. All current projects using this job already run on ubuntu1604-docker-8c-8g. Change-Id: I4870fd36be3c66532be06079d181e2191c4ec72c Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall --- jjb/global-templates-java.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index b2367f0b2..83555d2cb 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -787,7 +787,7 @@ name: '{project-name}-{stream}-docker-java-properties-daily' project-type: freestyle - node: 'ubuntu1604-docker-8c-8g' + node: '{build-node}' disabled: '{disabled}' properties: - infra-properties: -- cgit 1.2.3-korg