diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index 2696b7fca4..6e8c156c8a 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -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`