summaryrefslogtreecommitdiffstats
path: root/jjb/music/build-music-distributed-kv-store-image.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-06-05Chore: Remove music Jenkins jobsJessica Wagantall1-10/+0
Music repos are read only, we do not need these jobs Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ibc49b3a976436b4ee99efad3bc87bfd12c2227b1
2020-11-17Differentiate CSIT PoC jobs and templatesLasse Kaihlavirta1-1/+1
- restore {project-name}-{stream}-docker-golang-shell-daily template to its original state - separate all new templates related to CSIT redesign by "PoC" postfix - pass CSIT jobs to be triggered to the template with explicit "jobs_to_trigger" list - define UNIQUE_DOCKER_TAG as input parameter to CSIT template Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I6eef5bf407d5c89406d1b19d7d931d9d00092908
2020-11-10Apply given unique docker tag to imageLasse Kaihlavirta1-1/+2
- add input parameter to docker job and pass it to the build script (which has the requirement to use it to use it to tag any images it creates and pushes to Nexus) - this commit has no practical effect on music docker build until https://gerrit.onap.org/r/c/music/distributed-kv-store/+/114637 is merged Issue-ID: INT-1760 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I7ed89081e7d399c46ec875659d4c022a85dbce54
2018-03-20Add Golang Docker image build support in CIShashank Kumar Shankar1-0/+9
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>