From 758c7e67a3180110a90a2af4be90332aadfc42e3 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Sun, 2 Jun 2019 04:24:46 +0000 Subject: Switch dublin build back oto ubuntu node Change-Id: Ifb12047b42bbad00e3b8d62a040c985b66eb28ff Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1520 --- jjb/dcaegen2/dcaegen2-platform-plugins.yaml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/jjb/dcaegen2/dcaegen2-platform-plugins.yaml b/jjb/dcaegen2/dcaegen2-platform-plugins.yaml index 1ccb2caca..3d7e40ee2 100644 --- a/jjb/dcaegen2/dcaegen2-platform-plugins.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-plugins.yaml @@ -11,8 +11,6 @@ stream: - 'master': branch: 'master' - - '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 @@ -54,3 +52,26 @@ - 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' -- cgit 1.2.3-korg