From eae5730a6ccc7ede2f6b89642e3bcd77d1e0d76c Mon Sep 17 00:00:00 2001 From: prudhvigodithi Date: Wed, 27 Jul 2022 21:42:53 -0400 Subject: [PATCH] Fix ci issue #2216 Signed-off-by: prudhvigodithi --- jenkins/opensearch/distribution-build.jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jenkins/opensearch/distribution-build.jenkinsfile b/jenkins/opensearch/distribution-build.jenkinsfile index 19ef3cb473..d3e8186352 100644 --- a/jenkins/opensearch/distribution-build.jenkinsfile +++ b/jenkins/opensearch/distribution-build.jenkinsfile @@ -97,11 +97,11 @@ pipeline { } else { echo "Skipping publishing snapshots, ${mavenPath} does not exist." } - /*echo("Uploading min snapshots to S3") + echo("Uploading min snapshots to S3") uploadMinSnapshotsToS3( fileActions: [createSha512Checksums()], distribution: 'tar' - )*/ + ) } } post { @@ -127,11 +127,11 @@ pipeline { distribution: 'tar', snapshot: true ) - /*echo("Uploading min snapshots to S3") + echo("Uploading min snapshots to S3") uploadMinSnapshotsToS3( fileActions: [createSha512Checksums()], distribution: 'tar' - )*/ + ) } } post {