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

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 ubuntu:16.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