adds testing report to Jenkins
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -121,5 +121,11 @@ sonar.go.coverage.reportPaths=cover.out
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
stage('Submit Testing Report to Jenkins') {
|
||||
catchError{
|
||||
junit 'report.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user