summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-golang.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-03-15Adding template for building docker imagesKiran Kamineni1-0/+54
Adding a template in the global golang template for building and pushing docker images to nexus Issue-ID: AAF-100 Change-Id: I10dc95e005c17a054b366f5cd5fd7c1179ed8c3d Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-02-26Using 1.10 for merge job as wellKiran Kamineni1-2/+2
Using 1.10 for merge jobs as well in build Issue-ID: AAF-117 Change-Id: Ifc0aeffb9271ce3ae29142faf9cb92246b335e1c Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-02-20Upgrading to golang version 1.10Kiran1-2/+2
Upgrading the golang version in the template from 1.9.4 to 1.10 This release includes many fixes to go get which reduces download sizes in builds Issue-ID: AAF-117 Change-Id: I2a36de0302f419097e8ae98dac8c084c04adf659 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-12JJB templates for golangKiran1-0/+123
Adding a golang template to support golang builds This template supports verify and merge jobs right now Verify calls make build and merge calls make deploy. These calls are made in the path provided by the specific jjb file Issue-ID: AAF-117 Change-Id: I369c0868389d8ed52ac7c82da5ef6d249e64eb7c Signed-off-by: Kiran <kiran.k.kamineni@intel.com>