diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-01 02:57:30 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-01 02:57:46 +0000 |
commit | 72d08e935e2e6418881c21b996db97443ba7235b (patch) | |
tree | ebffe47705165b30792ef9a0f987d25ae46fdc6f /jjb/dcaegen2 | |
parent | 45605edfd35900f74dbe1036d6a1a4ceab18f09e (diff) |
Edit JJB def. using Java template
Issue-Id: DCAEGEN2-60
Change-Id: I9b1fef82fc553102e83662d9d229fb3c0c40ee85
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'jjb/dcaegen2')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-platform-configbinding.yaml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml index 95b2717b4..9d0e3e5db 100644 --- a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml @@ -2,19 +2,21 @@ - project: name: dcaegen2-platform-configbinding project-name: 'dcaegen2-platform-configbinding' - subproject: - - platform-configbinding: - path: '.' - pattern: '**' jobs: - - '{project-name}-{stream}-{subproject}-verify-python' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' project: 'dcaegen2/platform/configbinding' - stream: - 'master': branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' mvn-settings: 'dcaegen2-platform-configbinding-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' |