Jenkins fixes
This commit is contained in:
parent
17d7945065
commit
a56a715331
|
@ -129,7 +129,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
junit '*/junit.xml'
|
||||
// junit '*/junit.xml'
|
||||
script {
|
||||
if (!env.GIT_COMMITTER_EMAIL) return
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue