summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-platform-plugins.yaml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-07-16 14:38:25 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-07-17 12:26:08 +0000
commitd42d2bef12c64383ef98fed01d11f0c005fa345c (patch)
tree223cb857c12cf8de4af933f39ce44ea9016b4fb9 /jjb/dcaegen2/dcaegen2-platform-plugins.yaml
parent7079cee126940624b61f559d2a1c2cc39148341b (diff)
dcaegen2 jobs updates for jjb migration
1) Removed dublin branches across all jobs 2) Switched to centos7-docker-8c-8g for docker dependent builds 3) Removed dcaegen2-service clm (subproject has own clm job) 4) Cleaned up old release job (replaced by gerrit-maven jobs) Change-Id: If77bdf431e0189d774d80b285ec1b0ca98c09d6b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1669 Issue-ID: DCAEGEN2-1578 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-platform-plugins.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-platform-plugins.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-plugins.yaml b/jjb/dcaegen2/dcaegen2-platform-plugins.yaml
index 3d7e40ee2..1d94f6c1f 100644
--- a/jjb/dcaegen2/dcaegen2-platform-plugins.yaml
+++ b/jjb/dcaegen2/dcaegen2-platform-plugins.yaml
@@ -52,26 +52,3 @@
- gerrit-info-yaml-verify
project: dcaegen2/platform/plugins
branch: master
-
-#job added to retain dublin plugin build under ubuntu
-- project:
- name: dcaegen2-platform-plugins-dublin
- project-name: 'dcaegen2-platform-plugins'
- jobs:
- - '{project-name}-{stream}-verify-java'
- - '{project-name}-{stream}-merge-java'
- - '{project-name}-{stream}-release-version-java-daily'
-
- project: 'dcaegen2/platform/plugins'
- stream:
- - 'dublin':
- branch: 'dublin'
- mvn-settings: 'dcaegen2-platform-plugins-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: ''
- build-node: 'ubuntu1604-docker-8c-8g'