summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk/parent.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-18 22:03:23 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-23 21:52:26 +0000
commit6a7010b674773fef4223b9a8577348039fb32b00 (patch)
tree56f267dbcb32f55014abb2030f1173431ea21099 /jjb/ccsdk/parent.yaml
parent70ab292a7fb3464b837676b86841b734a0b59bf4 (diff)
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 <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/ccsdk/parent.yaml')
-rw-r--r--jjb/ccsdk/parent.yaml12
1 files changed, 11 insertions, 1 deletions
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
+