From 852d7b667d28e5dbd7f20a3a16234b30da07ff56 Mon Sep 17 00:00:00 2001 From: Stefan Miklosovic Date: Wed, 9 Mar 2022 16:51:52 +0100 Subject: [PATCH] ninja: move nosetests.xml back to .jenkins/Jenkinsfile nosetests.xml were removed accidentally under CASSANDRA-17397 --- .jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`