Remove Sonar analysis of APPC amsterdam branch 73/26273/1
authorPatrick Brady <pb071s@att.com>
Wed, 13 Dec 2017 22:15:39 +0000 (14:15 -0800)
committerPatrick Brady <pb071s@att.com>
Wed, 13 Dec 2017 22:15:51 +0000 (14:15 -0800)
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: I743845e0506824bdc68d55ee6690d74b2a3fdb82
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-343

jjb/appc/appc-master.yaml
jjb/appc/appc-release.yaml [new file with mode: 0644]

index 34f7b37..38f7084 100644 (file)
@@ -15,8 +15,6 @@
     stream:
       - 'master':
           branch: 'master'
-      - 'amsterdam':
-          branch: 'amsterdam'
     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 (file)
index 0000000..d343a15
--- /dev/null
@@ -0,0 +1,21 @@
+---
+- project:
+    name: appc-release
+    project-name: 'appc'
+    jobs:
+      - gerrit-maven-clm:
+          java-version: ''
+          mvn-params: '-DskipTests'
+          build-timeout: 30
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-version-java-daily-no-sonar'
+
+    project: 'appc'
+    stream:
+      - 'amsterdam':
+          branch: 'amsterdam'
+    mvn-settings: 'appc-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-basebuild-4c-4g