From 44b9623d60d5e8f20f0a0429dd26445c68a865de Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 19 Oct 2018 18:40:20 -0700 Subject: VFC-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: I28975b8279fa0b1f2f6fb57b76468db366e800e2 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall --- jjb/vfc/vfc-nfvo-lcm-java.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'jjb/vfc/vfc-nfvo-lcm-java.yaml') diff --git a/jjb/vfc/vfc-nfvo-lcm-java.yaml b/jjb/vfc/vfc-nfvo-lcm-java.yaml index 743beff51..25d0f053a 100644 --- a/jjb/vfc/vfc-nfvo-lcm-java.yaml +++ b/jjb/vfc/vfc-nfvo-lcm-java.yaml @@ -8,7 +8,6 @@ branch: 'master' mvn-settings: 'vfc-nfvo-lcm-settings' jobs: - - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -33,3 +32,13 @@ mvn-settings: 'vfc-nfvo-lcm-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: vfc-nfvo-lcm-java-clm + jobs: + - gerrit-maven-clm + project: vfc/nfvo/lcm + project-name: 'vfc-nfvo-lcm' + build-node: centos7-redis-4c-4g + branch: 'master' + mvn-settings: 'vfc-nfvo-lcm-settings' -- cgit 1.2.3-korg