Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jan 29, 2025
1 parent 0ed39ca commit f41b17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pipeline {
verifyParameterPlatformDistribution(key, value)
}
if (params.RC_NUMBER.toInteger() > 0) {
params.BUILD_DOCKER = 'build_docker_with_build_number_tag'
BUILD_DOCKER = 'build_docker_with_build_number_tag'
}
echo "echoing docker: ${params.BUILD_DOCKER}"
def inputManifestObj = lib.jenkins.InputManifest.new(readYaml(file: "manifests/${INPUT_MANIFEST}"))
Expand Down

0 comments on commit f41b17c

Please sign in to comment.