Update Jenkinsfile

This commit is contained in:
Gunnsteinn Hall 2020-05-25 21:54:30 +00:00
parent 0d88f6ef6c
commit 6416f68be8

1
Jenkinsfile vendored
View File

@ -34,6 +34,7 @@ node {
// Get linter and other build tools.
sh 'go get golang.org/x/lint/golint'
sh 'go get github.com/tebeka/go2xunit'
sh 'go get github.com/t-yuki/gocover-cobertura'
}
stage('Linting') {