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