Skip to content

Commit

Permalink
Archive leftoverResults logs to artifactory
Browse files Browse the repository at this point in the history
Related to issue: https://github.ibm.com/runtimes/automation/issues/40

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
  • Loading branch information
sophiaxu0424 committed Sep 17, 2024
1 parent 11647e9 commit b477647
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit b477647

Please sign in to comment.