fixed jenkinsfile
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
tool name: 'Latest', type: 'go'
|
||||
tools {
|
||||
go 'Latest'
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user