diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-13 17:24:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-13 17:24:22 +0000 |
commit | 917eba865fe04a5d74a18d3ff6cd3a6bd4b64f78 (patch) | |
tree | 0219c85b7be3d8e10a79f38056e16bce024d6471 /jjb | |
parent | a4027c67c902635e97af39451987828b711517fb (diff) | |
parent | e3c0ec95cfe152d3e5e9b6a9ef94cffebe0f7001 (diff) |
Merge "Add new script to build jar"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/music/music-jar.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jjb/music/music-jar.yaml b/jjb/music/music-jar.yaml new file mode 100644 index 000000000..dba2ab2bd --- /dev/null +++ b/jjb/music/music-jar.yaml @@ -0,0 +1,22 @@ +--- +- project: + name: music-jar + project-name: 'music' + subproject: + - 'music-jar': + pom: 'jar/pom.xml' + pattern: 'jar/**' + jobs: + - gerrit-maven-clm: + mvn-params: '-f jar/pom.xml' + - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-{subproject}-merge-java' + project: 'music' + stream: + - 'release-2.5.3': + branch: 'release-2.5.3' + mvn-settings: 'music-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-builder-4c-4g + |