Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

hyperhq/jenkins-slave-golang

This is a jenkins slave image for build golang project, the base image is centos:7.2.1511. 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