From 7e047f6754abeeb2fb8e013e2ef3a01fb582cdfc Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 12 Feb 2018 16:16:04 -0800 Subject: Move clamp to docker build node Move Sonar scan job for clamp to use a docker based node Change-Id: I512692f795ae20e5a7ac3e1e11e438b7a17b4ae9 Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall --- jjb/clamp/clamp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb') diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml index d648d4f36..847fcaf59 100644 --- a/jjb/clamp/clamp.yaml +++ b/jjb/clamp/clamp.yaml @@ -41,11 +41,11 @@ name: clamp-sonar jobs: - gerrit-maven-sonar - build-node: ubuntu1604-basebuild-4c-4g + build-node: ubuntu1604-docker-8c-8g java-version: '' project: 'clamp' project-name: 'clamp' branch: 'master' mvn-settings: 'clamp-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' -- cgit 1.2.3-korg