diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-01 17:21:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-01 17:21:16 +0000 |
commit | ef61a335d469f564c50e0753e93cc824a5b85adb (patch) | |
tree | e54b158660604baacf16b4f64de58f60ff8e5dd9 /jjb | |
parent | 49d2d51e6ce1e15e70939eb14b4beb3fae84f073 (diff) | |
parent | 72d08e935e2e6418881c21b996db97443ba7235b (diff) |
Merge "Edit JJB def. using Java template"
Diffstat (limited to 'jjb')
-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' |