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