Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Last active August 24, 2017 09:34
Show Gist options
  • Save ntakouris/930decfc5e36b5e76589922681f39896 to your computer and use it in GitHub Desktop.
Save ntakouris/930decfc5e36b5e76589922681f39896 to your computer and use it in GitHub Desktop.
stage('Pre Test'){
echo 'Pulling Dependencies'
sh 'go version'
sh 'go get -u github.com/golang/dep/cmd/dep'
sh 'go get -u github.com/golang/lint/golint'
sh 'go get github.com/tebeka/go2xunit'
sh 'cd $GOPATH/src/cmd/project && dep ensure'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment