Age | Commit message (Collapse) | Author | Files | Lines |
|
Jenkins server has the golang plugin installed
for version 1.10. Modifying the template to use that
so that future template definitions do not need to
download golang each time. This reduces total build time
and network bandwidth usage.
Issue-ID: AAF-184
Change-Id: Ib91f4fb8aa8845bd20d98ba636dffcadf34da297
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|