diff --git a/Jenkinsfile b/Jenkinsfile index 2ed2011e..75c1ce0f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { sh 'npm run build 2>&1 | tee build_report.log' // Captures build output } } - + } post { always { junit '**/reports/junit.xml'