Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Jan 31, 2025
1 parent 328fc7e commit e37a681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pipeline {
selectedComponents.each { componentName ->
def existingComponent = existingManifest.components.find { it.name == componentName.name }
if (existingComponent) {
def branchRef = RELEASE_VERSION.split('\\.')[0..1].join('.')
def branchRef = params.RELEASE_VERSION.split('\\.')[0..1].join('.')
existingComponent.ref = "'${branchRef}'"
}
}
Expand Down

0 comments on commit e37a681

Please sign in to comment.