Skip to content

Commit

Permalink
Revert changes to upload perf logs from jvmtest folder to artifactory…
Browse files Browse the repository at this point in the history
…, as it has been using reportDir for now

Fixes: https://github.ibm.com/runtimes/automation/issues/80

Signed-off-by: sophiaxu0424 <[email protected]>
  • Loading branch information
sophiaxu0424 committed Oct 10, 2024
1 parent 0e1778c commit 084d719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,6 @@ 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 084d719

Please sign in to comment.