Skip to content

Commit

Permalink
test with login ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
SandevDewthilina committed Mar 6, 2025
1 parent 5e7c235 commit d402267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Jenkinsfile-build-hadoop-docker
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ parallel(pipelineContext.getBuildConfig().getSupportedHadoopDistributions().coll
// }
dir("${imageName}.${version}") {
pipelineContext.getUtils().unstashFiles(this, DOCKER_STASH)
dockerLoginH2OECR()
sh """
cd docker
rm -f hadoop/common/ldap/jenkins.ldif
Expand Down Expand Up @@ -217,6 +218,7 @@ parallel(INTERNAL_CLUSTER_HADOOPS.collectEntries { hdp ->

dir("${imageName}.${version}") {
pipelineContext.getUtils().unstashFiles(this, DOCKER_STASH)
dockerLoginH2OECR()
sh """
cd docker
Expand Down

0 comments on commit d402267

Please sign in to comment.