Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 433 Bytes

File metadata and controls

executable file
·
17 lines (13 loc) · 433 Bytes

hyperhq/jenkins-slave-golang

This is a jenkins slave image for build golang project, the base image is ubuntu:14.04. It contains:

Usage: ./build.sh

When use "Execute shell" in build step, please add the following lines

export GOROOT=/usr/local/go
export PATH=$GOROOT/bin:$PATH