This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/ee11 by this push:
new 43ac83a ci: don't archive smoke runner artifacts
43ac83a is described below
commit 43ac83ab49c858d1a382b8e8a5b9634960d673cb
Author: Markus Jung <[email protected]>
AuthorDate: Sun Jul 19 17:06:45 2026 +0200
ci: don't archive smoke runner artifacts
---
Jenkinsfile | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index fab58d1..9ee31b6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -119,16 +119,6 @@ from xml.etree import ElementTree
}
}
}
- post {
- always {
- archiveArtifacts(
- artifacts:
'runner-smoke/target/surefire-reports/**/*,runner-smoke/target/failsafe-reports/**/*,runner-smoke/target/**/logs/**/*,runner-smoke/target/*.log',
- allowEmptyArchive: true
- )
- junit(testResults: 'runner-smoke/target/**/TEST-*.xml',
allowEmptyResults: true)
- deleteDir()
- }
- }
}
}
}