Disabled junitresults
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-05-13 09:49:52 +02:00
parent 59b6a3bc0c
commit c47f8dcd35
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -121,7 +121,7 @@ pipeline {
script {
if (!['master', 'test'].contains(env.BRANCH_NAME)) {
try {
junit 'junitresults.xml'
// junit 'junitresults.xml'
junit 'junit.xml'
} catch (e) {
echo e.toString()