From 866080b19f848200d4f1410568cb965d1d3a5807 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 Related to issue: https://github.ibm.com/runtimes/automation/issues/40 Signed-off-by: sophiaxu0424 --- buildenv/jenkins/JenkinsfileBase | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildenv/jenkins/JenkinsfileBase b/buildenv/jenkins/JenkinsfileBase index 2e310df622..52804e75f7 100644 --- a/buildenv/jenkins/JenkinsfileBase +++ b/buildenv/jenkins/JenkinsfileBase @@ -875,6 +875,8 @@ def post(output_name) { //call the archive function for each file archiveFile("aqa-tests/testenv/testenv.properties", true) archiveFile("aqa-tests/TKG/**/*.tap", true) + archiveFile("jvmtest/perf/odm8100eGa/leftoverResults/*/*.txt", false) + archiveFile("jvmtest/perf/odm8100eGa/leftoverResults/*/*.log", false) archiveAQAvitFiles() if (env.BUILD_LIST.startsWith('jck')) {