From fe5efea6652bb78c97e0afce3eadca59866646f1 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 7 Aug 2018 16:02:39 -0700 Subject: Make build-node configurable {project-name}-{stream}-docker-java-shell-daily job needs to have the build-node parameter configurable. This way, the projects will be able to select the long live instance as build-node for their job. For the rest of the projects using this template, the build-node variable is set to the previous default value. Change-Id: Ie3722050870a04b0c2ca3108f6b526c7ac855def Issue-ID: CIMAN-188 Signed-off-by: Jessica Wagantall --- jjb/dcaegen2/dcaegen2-services-mapper.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/dcaegen2/dcaegen2-services-mapper.yaml') diff --git a/jjb/dcaegen2/dcaegen2-services-mapper.yaml b/jjb/dcaegen2/dcaegen2-services-mapper.yaml index aed61875c..322c07973 100644 --- a/jjb/dcaegen2/dcaegen2-services-mapper.yaml +++ b/jjb/dcaegen2/dcaegen2-services-mapper.yaml @@ -11,6 +11,7 @@ mvn-goals: 'clean package docker:build -DpushImage' # No-op script: '/bin/true' + build-node: 'ubuntu1604-docker-8c-8g' project: 'dcaegen2/services/mapper' stream: - 'master': -- cgit 1.2.3-korg