in Jenkinsfile now installing the tools

This commit is contained in:
Erik Brakkee 2024-11-20 21:36:27 +01:00
parent 060bc8fbae
commit 25aa8e9249
2 changed files with 2 additions and 2 deletions

1
Jenkinsfile vendored
View File

@ -24,6 +24,7 @@ pipeline {
export
pwd
ls -l
make tools
make build
"""
}

View File

@ -4,7 +4,6 @@
#.PHONY: fmt vet build clean
tools:
go install github.com/jstemmer/go-junit-report/v2@latest
go install git.wamblee.org/public/gotools/cmd/go2junit@v0.0.3
fmt: