Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jul 19, 2024
1 parent 7e980b7 commit 9d29f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pipeline {
def existingComponent = existingManifest.components.find { it.name == componentName.name }
if (existingComponent) {
def releaseTag = params.RELEASE_VERSION ? (componentName.name == 'OpenSearch' || componentName.name == 'OpenSearch-Dashboards' || componentName.name == 'functionalTestDashboards') : params.RELEASE_VERSION + ".0"
echo("releaseTag var", releaseTag)
echo("releaseTag: $releaseTag")
def newComponentRef = existingManifest.components.find { it.name == componentName.name }?.commit_id
if (newComponentRef) {
existingComponent.ref = releaseTag
Expand Down

0 comments on commit 9d29f2e

Please sign in to comment.