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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new f5a05fba466 Enable jenkins log when ci failed (#11701)
f5a05fba466 is described below

commit f5a05fba4667e84e873ba871d30e0e081488c907
Author: Potato <[email protected]>
AuthorDate: Wed Dec 13 10:48:01 2023 +0800

    Enable jenkins log when ci failed (#11701)
    
    Signed-off-by: OneSizeFitQuorum <[email protected]>
---
 Jenkinsfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 368c25b9029..f8ef4f77371 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -112,8 +112,6 @@ pipeline {
                     junit(testResults: '**/surefire-reports/*.xml', 
allowEmptyResults: true)
                     junit(testResults: '**/failsafe-reports/*.xml', 
allowEmptyResults: true)
                 }
-            }
-            post {
                 failure {
                     archiveArtifacts 'integration-test/target/cluster-logs/**'
                     archiveArtifacts 'integration-test/target/pipeIT-logs/**'

Reply via email to