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 {
always {
junit '*/junit.xml'
// junit '*/junit.xml'
script {
if (!env.GIT_COMMITTER_EMAIL) return
try {