Last active
August 24, 2017 09:33
-
-
Save ntakouris/266f927b2237834eaacbc59af6393311 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stage('Build'){ | |
echo 'Building Executable' | |
//Produced binary is $GOPATH/src/cmd/project/project | |
sh """cd $GOPATH/src/cmd/project/ && go build -ldflags '-s'""" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment