From 94b71227a1c5ca972e277d071102fd7a5a89a38f Mon Sep 17 00:00:00 2001 From: Tan Yong Heng Date: Sat, 22 Jul 2017 21:38:52 +0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f0e733694..952a0730c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { } post { always { - echo 'This will always run' + junit 'build/reports/**/*.xml' } success { echo 'This will run only if successful'