From de271460a2ddcd8ac5e2ab450ce65195c9645264 Mon Sep 17 00:00:00 2001 From: sophiaxu0424 Date: Mon, 16 Sep 2024 16:30:10 -0400 Subject: [PATCH] Archive leftoverResults logs to artifactory Fixes: https://github.ibm.com/runtimes/automation/issues/40 Signed-off-by: sophiaxu0424 --- buildenv/jenkins/JenkinsfileBase | 1 + 1 file changed, 1 insertion(+) diff --git a/buildenv/jenkins/JenkinsfileBase b/buildenv/jenkins/JenkinsfileBase index 2e310df622..dea8db272a 100644 --- a/buildenv/jenkins/JenkinsfileBase +++ b/buildenv/jenkins/JenkinsfileBase @@ -899,6 +899,7 @@ def post(output_name) { def pattern = "${env.WORKSPACE}/*_output.*" uploadToArtifactory(pattern) } + archiveFile("jvmtest/perf/**/leftoverResults/", false) } else if ((currentBuild.result == 'UNSTABLE' || currentBuild.result == 'FAILURE' || currentBuild.result == 'ABORTED') || params.ARCHIVE_TEST_RESULTS) { def test_output_tar_name = "${output_name}_test_output${suffix}" if (tar_cmd.startsWith('tar')) {