diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-15 17:47:53 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-15 17:59:41 -0700 |
commit | 9792900770202e5d92416a69c7121c915419f730 (patch) | |
tree | b521f474a279feb574e73097bd0efdacba84293c /jjb/ncomp/ncomp-openstack.yaml | |
parent | 439d4731dd82357af097a53710e10ad2e1a6e4ea (diff) |
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 <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/ncomp/ncomp-openstack.yaml')
-rw-r--r-- | jjb/ncomp/ncomp-openstack.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/jjb/ncomp/ncomp-openstack.yaml b/jjb/ncomp/ncomp-openstack.yaml deleted file mode 100644 index 95164374b..000000000 --- a/jjb/ncomp/ncomp-openstack.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -- project: - name: ncomp-openstack - project-name: 'ncomp-openstack' - 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/openstack' - stream: - - 'master': - branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' - mvn-settings: 'ncomp-openstack-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: '' |