fixed jenkinsfile
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good

This commit is contained in:
2021-01-05 22:17:59 +01:00
parent 67c33075c5
commit d8210a06e1

View File

@@ -1,6 +1,8 @@
pipeline {
agent { label 'linux' }
tool name: 'Latest', type: 'go'
tools {
go 'Latest'
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}