Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: prudhvigodithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Jul 28, 2022
1 parent fc176d5 commit eae5730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit eae5730

Please sign in to comment.