ninja: move nosetests.xml back to .jenkins/Jenkinsfile

nosetests.xml were removed accidentally under CASSANDRA-17397
This commit is contained in:
Stefan Miklosovic 2022-03-09 16:51:52 +01:00
parent 60675cc275
commit 852d7b667d
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ pipeline {
sh "rm -fR cassandra-builds"
sh "git clone --depth 1 --single-branch https://gitbox.apache.org/repos/asf/cassandra-builds.git"
sh "./cassandra-builds/build-scripts/cassandra-test-report.sh"
junit testResults: '**/build/test/**/TEST*.xml,**/cqlshlib.xml', testDataPublishers: [[$class: 'StabilityTestDataPublisher']]
junit testResults: '**/build/test/**/TEST*.xml,**/cqlshlib.xml,**/nosetests.xml', testDataPublishers: [[$class: 'StabilityTestDataPublisher']]
// the following should fail on any installation other than ci-cassandra.apache.org
// TODO: keep jenkins infrastructure related settings in `cassandra_job_dsl_seed.groovy`