mirror of https://github.com/apache/cassandra
ninja: move nosetests.xml back to .jenkins/Jenkinsfile
nosetests.xml were removed accidentally under CASSANDRA-17397
This commit is contained in:
parent
60675cc275
commit
852d7b667d
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue