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 <[email protected]>
  • Loading branch information
sophiaxu0424 committed Sep 17, 2024
1 parent 11647e9 commit 6b6e74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 6b6e74a

Please sign in to comment.