From b477647ec73ca1c4b8e5f86a855a4b9e007f3073 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildenv/jenkins/JenkinsfileBase b/buildenv/jenkins/JenkinsfileBase index 2e310df622..d3043c6fd8 100644 --- a/buildenv/jenkins/JenkinsfileBase +++ b/buildenv/jenkins/JenkinsfileBase @@ -875,6 +875,9 @@ def post(output_name) { //call the archive function for each file archiveFile("aqa-tests/testenv/testenv.properties", true) archiveFile("aqa-tests/TKG/**/*.tap", true) + echo "Uploading files/logs in leftoverResults folder..." + archiveFile("jvmtest/perf/odm8100eGa/leftoverResults/*/*.txt", false) // for ilogomdm and other benchmarks runs + archiveFile("jvmtest/perf/odm8100eGa/leftoverResults/*/*.log", false) // for ilogomdm and other benchmarks runs archiveAQAvitFiles() if (env.BUILD_LIST.startsWith('jck')) {