added go to tools
Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit

This commit is contained in:
2021-01-05 22:13:21 +01:00
parent ebf15e1389
commit 67c33075c5

View File

@@ -1,5 +1,6 @@
pipeline {
agent { label 'golang' }
agent { label 'linux' }
tool name: 'Latest', type: 'go'
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
@@ -7,8 +8,7 @@ pipeline {
stage('Build') {
steps {
// Build SH script
sh '''export PATH=$PATH:/usr/local/go/bin
go build -o "HelloWorld-amd64-$BUILD_DISPLAY_NAME"
sh '''go build -o "HelloWorld-amd64-$BUILD_DISPLAY_NAME"
cp HelloWorld-amd64-$BUILD_DISPLAY_NAME HelloWorld-amd64-Latest
'''
// Archive Build file