diff --git a/Jenkinsfile b/Jenkinsfile index e77b900..76a7f8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { docker { image 'golang:1.22-alpine' } } steps { - sh 'go test -v ./... -json -coverprofile=coverage.out > test-report.out' + sh 'go test -v ./... -json -coverprofile=coverage.out | tee test-report.out' } } stage('SonarQube Analysis') {