diff options
author | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2018-04-12 18:01:38 -0400 |
---|---|---|
committer | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2018-04-13 13:14:13 -0400 |
commit | e3c0ec95cfe152d3e5e9b6a9ef94cffebe0f7001 (patch) | |
tree | 53c1a7e3106922ed5755de5020f228cd15f9bde8 /jjb/music/music-jar.yaml | |
parent | 81d726d0601fd8ef1aad5b3e96d79acfeb1ee3a5 (diff) |
Add new script to build jar
This is to satify bug from PORTAL
Change-Id: I40b28c246b18c67386b1bc93d1fac06ec75ab701
Issue-ID: MUSIC-68
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Diffstat (limited to 'jjb/music/music-jar.yaml')
-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 + |