This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-2.2 by this push:
     new 9fa2c28  Jenkins builds to provide link to nightlies archive, and 
remove the Jenkins plaintext reports
9fa2c28 is described below

commit 9fa2c28dc2d701b7b2cc90d4282f05ee1a221943
Author: Mick Semb Wever <m...@apache.org>
AuthorDate: Sat Jan 23 11:18:46 2021 +0100

    Jenkins builds to provide link to nightlies archive, and remove the Jenkins 
plaintext reports
    
     patch by Mick Semb Wever; reviewed by Tomek Łasica for CASSANDRA-16401
---
 .jenkins/Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile
index aef9661..e03366b 100644
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@ -232,17 +232,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')])])
           }
       }
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to