From a88ee78e44f9e0ae1ef2984a95f87f1d54e175b7 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 18 Oct 2018 22:04:05 -0700 Subject: CLAMP-Refactor CLM project block The clm job portion needs to be on its own project section similar to the Sonar portion. The reason behind this, is because we only want this job to be running for master and no other branches. Also, this is in preparation for the work that is to come from global-jjb on application names in CLM. Change-Id: I52435cda239d8e79ae11e4fc8e2d2e67b964b4b0 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall --- jjb/clamp/clamp.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml index ea556523a..c590426ab 100644 --- a/jjb/clamp/clamp.yaml +++ b/jjb/clamp/clamp.yaml @@ -4,8 +4,6 @@ name: clamp project-name: 'clamp' jobs: - - gerrit-maven-clm: - mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' - '{project-name}-{stream}-verify-java-checkstyle': mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' - '{project-name}-{stream}-merge-properties-java': @@ -46,3 +44,15 @@ mvn-settings: 'clamp-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: clamp-clm + jobs: + - gerrit-maven-clm: + mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' + project: 'clamp' + project-name: 'clamp' + branch: 'master' + mvn-settings: 'clamp-settings' + build-node: ubuntu1604-docker-8c-8g + -- cgit 1.2.3-korg