From ab30bf6376847fd06f20e0b532f2a6f2d6baf2b3 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 8 Nov 2018 12:20:48 -0800 Subject: Allow aai-docker to specify node Allow {project-name}-{stream}-aai-docker-java-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 will stay unchaged and will still run their builds on ubuntu1604-docker-8c-8g. Change-Id: Iba61122be8645f5b8cb500c5bd823ff17d2a3fcb Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall --- jjb/cli/cli.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/cli') diff --git a/jjb/cli/cli.yaml b/jjb/cli/cli.yaml index 8522709bc..f0c61c88a 100644 --- a/jjb/cli/cli.yaml +++ b/jjb/cli/cli.yaml @@ -11,6 +11,7 @@ pom: 'deployment/docker/pom.xml' mvn-goals: 'docker:build' docker-image-name: 'onap/cli' + build-node: ubuntu1604-docker-8c-8g project: 'cli' stream: -- cgit 1.2.3-korg