test go lang
All checks were successful
ci-tests/golang-declared/pipeline/head This commit looks good

TEst golang
This commit is contained in:
2021-06-06 15:03:16 +02:00
parent 4f74c029fe
commit 7a2c2f1ccc

5
Jenkinsfile vendored
View File

@@ -7,5 +7,10 @@ pipeline {
sh 'go version'
}
}
stage('Test') {
steps {
sh 'go env'
}
}
}
}