From ac9f98aa608b8a8b6e35701cd0b472e0bc40af96 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 19 Oct 2018 14:26:38 -0700 Subject: DCAEGEN2-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: I47585bc0e3baebea06c3062fe77e88eeeac8e756 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall --- jjb/dcaegen2/dcaegen2-collectors-restconf.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'jjb/dcaegen2/dcaegen2-collectors-restconf.yaml') diff --git a/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml b/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml index 812b22fcd..4aa9a8c36 100644 --- a/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml +++ b/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml @@ -3,7 +3,6 @@ name: dcaegen2-collectors-restconf project-name: 'dcaegen2-collectors-restconf' jobs: - - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -34,3 +33,13 @@ mvn-settings: 'dcaegen2-collectors-restconf-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: dcaegen2-collectors-restconf-clm + jobs: + - gerrit-maven-clm + project: dcaegen2/collectors/restconf + build-node: ubuntu1604-docker-8c-8g + project-name: 'dcaegen2-collectors-restconf' + branch: 'master' + mvn-settings: 'dcaegen2-collectors-restconf-settings' -- cgit 1.2.3-korg