summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-docker.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-06-10Add template to build release docker imageDenes Nemeth1-0/+50
The release docker image is built from artifacts in the release repo. This job is only triggered manually by Linux foundation, when a release needs to be built. The release builder still publishes to the staging repo. The images is planed to be moved from staging repo to the release repo manually. Change-Id: I943494d6826aa8f4e9186faa8c82377aa8c5b09f Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-05-16Store staging and snapshot artifict in same repoDenes Nemeth1-2/+8
ONAP community is not using the a separate repo for storing snapshot and staging artifacts. The change parameterises the docker build to be able to separately control the target repository and the build artifact type (snapshot / staging). It will also store the staging and snapshots in the same repo (10003). Change-Id: I505023a7cdab90fa8ecfeb540f6306f0e19c3d6d Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
2018-04-03Add missing 'files' parameterJessica Wagantall1-1/+2
Add missing 'files' parameter in docker jobs. The triggers for patch submmitted and patch merged had changed to allow users to specify the parameter 'files' that they want to track in their triggers. Docker jobs needed to be updated as well. Change-Id: Ie30fa3142c03eeb60047c74ad6cd707126e3129d Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Add global docker jobsJessica Wagantall1-0/+344
Add global build and push jobs for docker images Set proper docker tag convention for snapshot and staging binaries. Change-Id: I0e805b5c9eebac6aaea627d855d7b542158b6a0f Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>