From 7c3b463707e12005f200804132811d3ee31974df Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Wed, 26 Jul 2017 12:10:00 -0500 Subject: 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 Issue: CIMAN-8 --- jjb/appc/appc.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 jjb/appc/appc.yaml (limited to 'jjb/appc/appc.yaml') diff --git a/jjb/appc/appc.yaml b/jjb/appc/appc.yaml deleted file mode 100644 index a0e7ac0f7..000000000 --- a/jjb/appc/appc.yaml +++ /dev/null @@ -1,24 +0,0 @@ ---- - -- project: - name: appc - 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' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily' - - project: 'appc' - stream: - - 'master': - branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' - mvn-settings: 'appc-settings' - files: '**' - archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g -- cgit 1.2.3-korg