Jenkins fixes

This commit is contained in:
Juan Ferrer 2019-02-01 09:48:23 +01:00
parent 17d7945065
commit a56a715331
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 {