aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e589dd4..ce6bb7f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,4 +21,5 @@ pipeline {
steps { sh 'bash .scripts.d/40-publish.sh' }
}
}
+ post { always { junit 'build/reports/*.xml' } }
}