need to see files in that directory
This commit is contained in:
parent
4206974feb
commit
289c95be8b
@ -123,6 +123,7 @@ sonar.go.coverage.reportPaths=cover.out
|
||||
| tar -z -x -f - -C /usr/local/bin
|
||||
ln -s "${workspace}" "/go/src/${env.JOB_BASE_NAME}"
|
||||
cd "/go/src/${env.JOB_BASE_NAME}"
|
||||
ls -lah
|
||||
go test -short -coverprofile=cover.out \$(go list ./... | grep -v vendor/)
|
||||
go test -v ./... 2>&1 | go-junit-report > report.xml
|
||||
"""
|
||||
|
Reference in New Issue
Block a user