mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.2' into cassandra-3.0
This commit is contained in:
commit
19b3945297
|
|
@ -250,17 +250,17 @@ ${CHANGES}
|
|||
Failed Tests:
|
||||
${FAILED_TESTS,maxTests=500,showMessage=false,showStack=false}
|
||||
-------------------------------------------------------------------------------
|
||||
${FILE,path="cassandra-test-report.txt"}
|
||||
For complete test report and logs see https://nightlies.apache.org/cassandra/${JOB_NAME}/${BUILD_NUMBER}/
|
||||
'''
|
||||
}
|
||||
sh "echo \"cassandra-builds at: `git -C cassandra-builds log -1 --pretty=format:'%h %an %ad %s'`\" > builds.head"
|
||||
sh "find . -type f -name \\*.head -exec cat {} \\;"
|
||||
sh "xz cassandra-test-report.txt TESTS-TestSuites.xml"
|
||||
sh "xz TESTS-TestSuites.xml"
|
||||
sh "echo \"For test report and logs see https://nightlies.apache.org/cassandra/${JOB_NAME}/${BUILD_NUMBER}/\""
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'cassandra-test-report.txt.xz', fingerprint: true
|
||||
sshPublisher(publishers: [sshPublisherDesc(configName: 'Nightlies', transfers: [sshTransfer(remoteDirectory: 'cassandra/${JOB_NAME}/${BUILD_NUMBER}/', sourceFiles: 'cassandra-test-report.txt.xz, TESTS-TestSuites.xml.xz')])])
|
||||
sshPublisher(publishers: [sshPublisherDesc(configName: 'Nightlies', transfers: [sshTransfer(remoteDirectory: 'cassandra/${JOB_NAME}/${BUILD_NUMBER}/', sourceFiles: 'TESTS-TestSuites.xml.xz')])])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue