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