Skip to content

Commit

Permalink
Merge pull request #3550 from uselagoon/hotfix/docker_retry
Browse files Browse the repository at this point in the history
add timeout to docker push step
  • Loading branch information
tobybellwood authored Sep 18, 2023
2 parents 32779e3 + f26e336 commit 123c9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pipeline {
steps {
retry(3) {
sh script: 'docker login -u amazeeiojenkins -p $PASSWORD', label: "Docker login"
sh script: "make -O publish-testlagoon-images PUBLISH_PLATFORM_ARCH=linux/arm64,linux/amd64 BRANCH_NAME=${SAFEBRANCH_NAME}", label: "Publishing built images"
sh script: "timeout 12m make -O publish-testlagoon-images PUBLISH_PLATFORM_ARCH=linux/arm64,linux/amd64 BRANCH_NAME=${SAFEBRANCH_NAME}", label: "Publishing built images"
}
}
}
Expand Down

0 comments on commit 123c9ee

Please sign in to comment.