Fix Jenkinsfile

This commit is contained in:
Vedran Pavic
2018-08-27 08:24:36 +02:00
parent 1181e52bb0
commit 0be2759e68

2
Jenkinsfile vendored
View File

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