adds testing report to Jenkins
This commit is contained in:
parent
35b18b61ea
commit
66db7f2fa4
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'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user