This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch enable_jenkins_log in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 7936732c930a670a98d2d81f09db3cf8d094682a Author: OneSizeFitQuorum <[email protected]> AuthorDate: Wed Dec 13 10:46:46 2023 +0800 finish 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/**'
