Fix Jenkinsfile

This commit is contained in:
Vedran Pavic
2018-08-27 09:26:55 +02:00
parent 0be2759e68
commit c4ac68b777

2
Jenkinsfile vendored
View File

@@ -22,7 +22,7 @@ try {
throw e
}
finally {
junit '*/build/test-results/*/*.xml'
junit '**/build/test-results/*/*.xml'
}
}
}