From: Jessica Wagantall Date: Tue, 13 Feb 2018 00:16:04 +0000 (-0800) Subject: Move clamp to docker build node X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7e047f6754abeeb2fb8e013e2ef3a01fb582cdfc;p=ci-management.git 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 --- 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'