Skip to content

Commit

Permalink
Merge pull request #4242 from locriandev/retry-podman-login
Browse files Browse the repository at this point in the history
ocp4-scan do not flake out on podman login
  • Loading branch information
openshift-merge-bot[bot] authored Aug 30, 2024
2 parents 0a8ec87 + d73aec1 commit 6b9c107
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jobs/build/ocp4_scan/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ timeout(activity: true, time: 60, unit: 'MINUTES') {
)

commonlib.checkMock()
buildlib.registry_quay_dev_login()

retry(3) {
buildlib.registry_quay_dev_login()
}

stage("Initialize") {
currentBuild.displayName = "#${currentBuild.number} ${params.VERSION}"
Expand Down

0 comments on commit 6b9c107

Please sign in to comment.