summaryrefslogtreecommitdiffstats
path: root/jjb/msb/msb-discovery.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-19 16:18:27 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-23 21:37:29 +0000
commit16e7a2479e5e474a92c5a010c23a20559d71686a (patch)
tree1946dd4b27c7862df2f292952a0d72992abbf00a /jjb/msb/msb-discovery.yaml
parent99297e2838a98b3cdeb687634b1c478d457c197b (diff)
MSB-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: If67cb19c61776c7e3c0929af6ecba5e44a3563d4 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/msb/msb-discovery.yaml')
-rw-r--r--jjb/msb/msb-discovery.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/jjb/msb/msb-discovery.yaml b/jjb/msb/msb-discovery.yaml
index afbd9bdf6..3ffdc229e 100644
--- a/jjb/msb/msb-discovery.yaml
+++ b/jjb/msb/msb-discovery.yaml
@@ -3,7 +3,6 @@
name: msb-discovery
project-name: 'msb-discovery'
jobs:
- - gerrit-maven-clm
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
@@ -33,3 +32,12 @@
mvn-settings: 'msb-discovery-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+ name: msb-discovery-clm
+ jobs:
+ - gerrit-maven-clm
+ project: msb/discovery
+ project-name: 'msb-discovery'
+ branch: 'master'
+ mvn-settings: 'msb-discovery-settings'