diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-11-08 12:51:52 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-11-08 12:52:26 -0800 |
commit | bedaaee0b6af0bc86e7986877011adf64de89e38 (patch) | |
tree | a44be6219f98ae743b284cff7eb40c489b5b160e /jjb | |
parent | 34e6d6b687dd8385c15d4ec984b8488130902eec (diff) |
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 <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global-templates-java.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |