summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Wonnell <skip@att.com>2017-07-26 12:10:00 -0500
committerSkip Wonnell <skip@att.com>2017-07-27 09:11:02 -0500
commit7c3b463707e12005f200804132811d3ee31974df (patch)
tree2a9046a5e0d4d600e888687fce22debaab1fe1d8
parentd3942cf195ba86b974349bd2c7d22da14eda5438 (diff)
Remove Sonar analysis of APPC release branch
Sonar analysis is only required on the master branch of APPC. Updated the Jenkins job to use the no-sonar template on the release branch. Change-Id: Ibb591a9c859b37add585329d17063d437261341f Signed-off-by: Skip Wonnell <kw5258@att.com> Issue: CIMAN-8
-rw-r--r--jjb/appc/appc-master.yaml (renamed from jjb/appc/appc.yaml)5
-rw-r--r--jjb/appc/appc-release.yaml21
2 files changed, 22 insertions, 4 deletions
diff --git a/jjb/appc/appc.yaml b/jjb/appc/appc-master.yaml
index a0e7ac0f7..0771a1246 100644
--- a/jjb/appc/appc.yaml
+++ b/jjb/appc/appc-master.yaml
@@ -1,7 +1,6 @@
---
-
- project:
- name: appc
+ name: appc-master
project-name: 'appc'
jobs:
- '{project-name}-{stream}-clm'
@@ -16,8 +15,6 @@
stream:
- 'master':
branch: 'master'
- - 'release-1.0.0':
- branch: 'release-1.0.0'
mvn-settings: 'appc-settings'
files: '**'
archive-artifacts: ''
diff --git a/jjb/appc/appc-release.yaml b/jjb/appc/appc-release.yaml
new file mode 100644
index 000000000..075f552b5
--- /dev/null
+++ b/jjb/appc/appc-release.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: appc-release
+ project-name: 'appc'
+ jobs:
+ - '{project-name}-{stream}-clm'
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily-no-sonar'
+ - '{project-name}-{stream}-stage-site-java':
+ site-pom: 'pom.xml'
+ trigger-job: '{project-name}-{stream}-release-version-java-daily'
+
+ project: 'appc'
+ stream:
+ - 'release-1.0.0':
+ branch: 'release-1.0.0'
+ mvn-settings: 'appc-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-basebuild-4c-4g