|
@@ -199,7 +199,7 @@ pipeline {
|
|
|
}
|
|
|
post {
|
|
|
always {
|
|
|
- junit testResults: 'bundles/junit-report.xml', allowEmptyResults: true
|
|
|
+ junit testResults: 'bundles/junit-report*.xml', allowEmptyResults: true
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -238,7 +238,7 @@ pipeline {
|
|
|
sh '''
|
|
|
bundleName=unit
|
|
|
echo "Creating ${bundleName}-bundles.tar.gz"
|
|
|
- tar -czvf ${bundleName}-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
|
|
|
+ tar -czvf ${bundleName}-bundles.tar.gz bundles/junit-report*.xml bundles/go-test-report*.json bundles/profile*.out
|
|
|
'''
|
|
|
|
|
|
archiveArtifacts artifacts: '*-bundles.tar.gz', allowEmptyArchive: true
|
|
@@ -599,7 +599,7 @@ pipeline {
|
|
|
}
|
|
|
post {
|
|
|
always {
|
|
|
- junit testResults: 'bundles/junit-report.xml', allowEmptyResults: true
|
|
|
+ junit testResults: 'bundles/junit-report*.xml', allowEmptyResults: true
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -801,7 +801,7 @@ pipeline {
|
|
|
}
|
|
|
post {
|
|
|
always {
|
|
|
- junit testResults: 'bundles/junit-report.xml', allowEmptyResults: true
|
|
|
+ junit testResults: 'bundles/junit-report*.xml', allowEmptyResults: true
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1000,7 +1000,7 @@ pipeline {
|
|
|
}
|
|
|
post {
|
|
|
always {
|
|
|
- junit testResults: 'bundles/junit-report.xml', allowEmptyResults: true
|
|
|
+ junit testResults: 'bundles/junit-report*.xml', allowEmptyResults: true
|
|
|
}
|
|
|
}
|
|
|
}
|