test go lang
All checks were successful
ci-tests/golang-declared/pipeline/head This commit looks good
All checks were successful
ci-tests/golang-declared/pipeline/head This commit looks good
TEst golang
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -7,5 +7,10 @@ pipeline {
|
||||
sh 'go version'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'go env'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user