From 6a7010b674773fef4223b9a8577348039fb32b00 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 18 Oct 2018 22:03:23 -0700 Subject: CCSDK-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: Ief5e40b3f01cb545e800bb0899019a2da564b40b Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall --- jjb/ccsdk/parent.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'jjb/ccsdk/parent.yaml') diff --git a/jjb/ccsdk/parent.yaml b/jjb/ccsdk/parent.yaml index 3d50184bb..3edf720fa 100644 --- a/jjb/ccsdk/parent.yaml +++ b/jjb/ccsdk/parent.yaml @@ -3,7 +3,6 @@ name: ccsdk-parent project-name: 'ccsdk-parent' jobs: - - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -22,3 +21,14 @@ deployAtEnd=true files: '**' archive-artifacts: '' + +- project: + name: ccsdk-parent-clm + jobs: + - gerrit-maven-clm + project: 'ccsdk/parent' + project-name: 'ccsdk-parent' + branch: 'master' + mvn-settings: 'ccsdk-parent-settings' + build-node: ubuntu1604-builder-4c-4g + -- cgit 1.2.3-korg