Jenkins fixes
This commit is contained in:
parent
262d03689f
commit
87395d68cd
|
@ -118,6 +118,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
junit '*/junit.xml'
|
||||
script {
|
||||
if (!env.GIT_COMMITTER_EMAIL) return
|
||||
try {
|
||||
|
|
|
@ -119,7 +119,7 @@ module.exports = function(config) {
|
|||
singleRun: true,
|
||||
reporters: ['dots', 'junit'],
|
||||
junitReporter: {
|
||||
outputFile: 'test-results.xml'
|
||||
outputFile: 'junit.xml'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue