diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-06-02 04:24:46 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-06-05 19:24:26 +0000 |
commit | 758c7e67a3180110a90a2af4be90332aadfc42e3 (patch) | |
tree | 0093f8f2ff1199afa1599b28243b2e9b124d8f5f /jjb/dcaegen2 | |
parent | ea0eb58420e8082dae92b600578aaec0482d4578 (diff) |
Switch dublin build back oto ubuntu node
Change-Id: Ifb12047b42bbad00e3b8d62a040c985b66eb28ff
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1520
Diffstat (limited to 'jjb/dcaegen2')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-platform-plugins.yaml | 25 |
1 files 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' |