summaryrefslogtreecommitdiffstats
path: root/jjb/music
AgeCommit message (Collapse)AuthorFilesLines
2018-05-07Move Dmaven.test.skip param (h-m)Jessica Wagantall1-0/+1
Rather than hardcoding this parameter as part of the maven-docker-push-daily macro, we are passing it as a "mvn-params" parameter from the project's JJB template. Notice that this change IS NOT adding "Dmaven.test.skip=true" but rather moving it away from the macro into the project's template to handle it individually per project. Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb Change-Id: I71a93ca778817448d7b8772fd32fd7cc87460d35 Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-27Update jenkins jobs for ReleaseNelson,Thomas(tn1381)(arthurdent3)2-1/+3
- Updated to fix duplicat release values Change-Id: Ic726e9b530c3d3704d58b579b5270f2fd62491ac Issue-ID: MUSIC-74 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-04-13Add new script to build jarNelson,Thomas(tn1381)(arthurdent3)1-0/+22
This is to satify bug from PORTAL Change-Id: I40b28c246b18c67386b1bc93d1fac06ec75ab701 Issue-ID: MUSIC-68 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-03-27Fix issue in CSIT Job trigger for KV storeShashank Kumar Shankar1-5/+2
This patch fixes an error in the CSIT KV store job trigger. Change-Id: I8f327a08eaf402c03effb6741176637e55a33afe Issue-ID: INT-446 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-26Add CSIT trigger for KV storeShashank Kumar Shankar1-0/+17
This patch adds CSIT trigger for distributed KV store. Change-Id: Ia7dbbfe6a2c4b93d5e35a1ef8301d0cdcbeb533a Issue-ID: INT-446 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-20Add Golang Docker image build support in CIShashank Kumar Shankar2-0/+12
This patch adds support to build/upload music-distributed-kv-store-image to nexus. For context: The docker-build.sh script is this: [1] [1] - https://git.onap.org/music/distributed-kv-store/tree/deployment/docker-build.sh Change-Id: I3320046d243d3452d12e2d5a06db1e04c832a269 Issue-ID: MUSIC-59 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-19Rename basebuild to builderJessica Wagantall2-3/+3
Rename nodes from "basebuild" to "builder" in preparation for updating to common-packer. Change-Id: I6ff64e3ee5c856391430296aded45d84c46de171 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-13Merge "Remove stage-site-java template"Jessica Wagantall1-5/+0
2018-03-13Add XC CLM job for musicJessica Wagantall2-2/+1
Add clm extended report for music distributed-kv-store Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I0f90ce5a04fd47fd71e47f89a1721e059ffe6f78
2018-03-13Add XC CLM job for musicJessica Wagantall1-1/+2
Add clm extended report for music Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I9a2d00301d171d8d0dc1ad3549882498b588e487
2018-03-09Remove stage-site-java templateJessica Wagantall1-5/+0
Remove stage-site-java JJB template as we no longer will be using or updating the maven settings files. Change-Id: I5aa610328613ccd24fdfa5c64a14950b926dc5c8 Issue-ID: CIMAN-144 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-08Modify music-csit yamlAmjath khan1-1/+1
Change-Id: I0abe022707011550e22f9d53506838038d262cb6 Issue-ID: MUSIC-46 Signed-off-by: Amjath khan <ak683p@att.com>
2018-03-07Add music csitAmjath khan1-0/+16
Change-Id: I294c71c75438fdc1f601f888cff0c76a9af8b6e5 Issue-ID: MUSIC-46 Signed-off-by: Amjath khan <ak683p@att.com>
2018-02-20Add missing CLM jobsJessica Wagantall1-0/+1
Add missing CLM jobs for music, policy, portal-sdk, sdc and so Change-Id: I6b640f45a07ec63b2e7891a77a40b2cdc8b605d7 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-14Run sonar jobs once a dayJessica Wagantall1-0/+1
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Remove empty java-version in templatesJessica Wagantall1-2/+0
The new upgrade of global-jjb 0.16.0 is able to handle the java version better. We do not need to set this variable as empty anymore. Change-Id: I88cae9f4b49241b6045deee7fd696c18d781db1c Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-12Add JJB for Distributed Key Value storeShashank Kumar Shankar1-0/+16
This patch adds Jenkins job builds for Distributed KV store. Change-Id: Ifea16034f351223f61e18869766f2239b7176b6f Issue-ID: MUSIC-27 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-02-09Add music JJB jobsJessica Wagantall1-0/+26
Add music Jenkins jobs: - verify - merge - release-version-java-daily - docker-java-daily - site Change-Id: I0dfe60f4a1dad326a30b9297e9226d51a7707154 Issue-ID: MUSIC-23 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-06Add first yaml to music for sonar.Thomas Nelson Jr (arthurdent3)1-0/+14
Issue-ID: MUSIC-22 Change-Id: Ib7d3ae2723a86044af92b4aac7e530eb77f0aed3 Signed-off-by: Thomas Nelson Jr (arthurdent3) <tn1381@att.com>