Skip to content

Commit

Permalink
Fix Jenkinsfile bug (#715)
Browse files Browse the repository at this point in the history
### Description
_Describe what this change achieves._

### Issues Resolved
_List any issues this PR will resolve, e.g. Closes [...]._ 

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi authored Feb 2, 2024
1 parent 7c57b09 commit 9f5ef49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pipeline {
dockerPromotion: {
build job: 'docker-promotion',
parameters: [
string(name: 'SOURCE_IMAGES', value: '${OPERATOR_PRODUCT}:${OPERATOR_VERSION}'),
string(name: 'SOURCE_IMAGES', value: "${OPERATOR_PRODUCT}:${OPERATOR_VERSION}"),
string(name: 'RELEASE_VERSION', value: "${OPERATOR_VERSION}"),
booleanParam(name: 'DOCKER_HUB_PROMOTE', value: true),
booleanParam(name: 'ECR_PROMOTE', value: true),
Expand Down

0 comments on commit 9f5ef49

Please sign in to comment.