From 3114a1d6b5d900b70612ba96bfef17533e448ae0 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 18 Oct 2018 22:04:31 -0700 Subject: CLI-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: I4bad793baa4ca339dcc2ef4beb49703aab0b8b80 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall --- jjb/cli/cli.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'jjb/cli') diff --git a/jjb/cli/cli.yaml b/jjb/cli/cli.yaml index 87b03b4eb..8522709bc 100644 --- a/jjb/cli/cli.yaml +++ b/jjb/cli/cli.yaml @@ -4,7 +4,6 @@ name: cli project-name: 'cli' 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: 'cli-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: cli-clm + jobs: + - gerrit-maven-clm + project: 'cli' + project-name: 'cli' + branch: 'master' + mvn-settings: 'cli-settings' + build-node: ubuntu1604-builder-4c-4g -- cgit 1.2.3-korg