This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-cassandra.git
The following commit(s) were added to refs/heads/master by this push:
new 3dfa9ae Fixes junit pipeline config
3dfa9ae is described below
commit 3dfa9aebef2e37a8c76e9794d670e09b0828de94
Author: Adrian Cole <[email protected]>
AuthorDate: Mon Mar 18 13:03:55 2019 +0800
Fixes junit pipeline config
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c107b02..bae2e38 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -69,7 +69,7 @@ pipeline {
post {
always {
- junit '**/target/surefire-reports/*.xml
**/target/failsafe-reports/*.xml'
+ junit '**/target/*-reports/*.xml'
deleteDir()
}