summaryrefslogtreecommitdiffstats
path: root/jjb/oparent
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-19 16:28:49 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-23 21:37:57 +0000
commit9b47a2da2f95f77e343db401d3ab0acc657fcbbf (patch)
tree90f6480380c6ea0d936437a07920fe03bbf8944c /jjb/oparent
parent99297e2838a98b3cdeb687634b1c478d457c197b (diff)
OPARENT-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: If5fcceb09b82baf5cff7189c631c4c406454eb50 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/oparent')
-rw-r--r--jjb/oparent/oparent.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/jjb/oparent/oparent.yaml b/jjb/oparent/oparent.yaml
index 4d15713d4..f2be369c0 100644
--- a/jjb/oparent/oparent.yaml
+++ b/jjb/oparent/oparent.yaml
@@ -3,7 +3,6 @@
name: oparent
project-name: 'oparent'
jobs:
- - gerrit-maven-clm
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
@@ -15,3 +14,12 @@
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-builder-4c-4g
+
+- project:
+ name: oparent-clm
+ jobs:
+ - gerrit-maven-clm
+ project: oparent
+ project-name: 'oparent'
+ branch: 'master'
+ mvn-settings: 'oparent-settings'