diff options
author | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2018-06-05 18:00:45 -0400 |
---|---|---|
committer | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2018-06-05 18:00:45 -0400 |
commit | b3196d0c669d4ee3c3641050f0fffcf9a4f6f6e7 (patch) | |
tree | e14323acaf8ab2f674e48ecc84b8f8b378a8402e | |
parent | ede8a070eeb2ea375e0ad0fb63d81e72f4633e1c (diff) |
Update Music jenkins build
Build both war,jar in master,beijing and release 2.5.5
Change-Id: I2352a0ab0fe31a661a7550011d1e07e8bc0674d2
Issue-ID: MUSIC-78, MUSIC-79
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
-rw-r--r-- | jjb/music/music-jar.yaml | 6 | ||||
-rw-r--r-- | jjb/music/music.yaml | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/jjb/music/music-jar.yaml b/jjb/music/music-jar.yaml index 86fcf1384..ead1c7ade 100644 --- a/jjb/music/music-jar.yaml +++ b/jjb/music/music-jar.yaml @@ -13,7 +13,11 @@ - '{project-name}-{stream}-{subproject}-merge-java' project: 'music' stream: - - 'jar-release-2.5.3': + - 'jar-master': + branch: 'master' + - 'jar-beijing': + branch: 'beijing' + - 'jar-release-2.5.5': branch: 'release-2.5.3' mvn-settings: 'music-settings' files: '**' diff --git a/jjb/music/music.yaml b/jjb/music/music.yaml index b4b879d92..c774c06de 100644 --- a/jjb/music/music.yaml +++ b/jjb/music/music.yaml @@ -15,8 +15,8 @@ stream: - 'master': branch: 'master' - - 'release-2.5.3': - branch: 'master' + - 'beijing': + branch: 'beijing' mvn-settings: 'music-settings' files: '**' archive-artifacts: '' |