diff --git a/Jenkinsfile b/Jenkinsfile index 527e9bcb4..7706e4a58 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -118,6 +118,7 @@ pipeline { } post { always { + junit '*/junit.xml' script { if (!env.GIT_COMMITTER_EMAIL) return try { diff --git a/karma.conf.js b/karma.conf.js index 4d9fdd2be..684ee705f 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -119,7 +119,7 @@ module.exports = function(config) { singleRun: true, reporters: ['dots', 'junit'], junitReporter: { - outputFile: 'test-results.xml' + outputFile: 'junit.xml' } }); }