From 9792900770202e5d92416a69c7121c915419f730 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 15 Sep 2017 17:47:53 -0700 Subject: Disable dcae and ncomp Jenkins jjb jobs Since we will release DCAEGEN2 in R1,the old DCAE (gen 1) will be deprecated. Disbable both dcae and ncomp Jenkins jobs. Issue-ID: CIMAN-72 Change-Id: I66c59b4f5daae77e91a63c409e8b52b2a02a9b49 Signed-off-by: Jessica Wagantall --- jjb/ncomp/ncomp-utils.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 jjb/ncomp/ncomp-utils.yaml (limited to 'jjb/ncomp/ncomp-utils.yaml') diff --git a/jjb/ncomp/ncomp-utils.yaml b/jjb/ncomp/ncomp-utils.yaml deleted file mode 100644 index b7a058404..000000000 --- a/jjb/ncomp/ncomp-utils.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -- project: - name: ncomp-utils - project-name: 'ncomp-utils' - jobs: - - '{project-name}-{stream}-clm' - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java': - - '{project-name}-{stream}-release-version2-java-daily' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'pom.xml' - trigger-job: '{project-name}-{stream}-release-version2-java-daily' - - project: 'ncomp/utils' - stream: - - 'master': - branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' - mvn-settings: 'ncomp-utils-settings' - # due to a strange macro / variable translation problem this needs to be - # passed as a string block to properly get the properties correctly defined - # in the job - maven-deploy-properties: | - deployAtEnd=true - files: '**' - archive-artifacts: '' -- cgit 1.2.3-korg