Skip to content

Commit

Permalink
Revert " chore(Jenkinsfile) increase DockerHub rate limit with authen…
Browse files Browse the repository at this point in the history
…tication"
  • Loading branch information
dduportal committed Aug 6, 2024
1 parent dd2ec75 commit 4924de5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@ pipeline {
}
steps {
script {
infra.withDockerCredentials {
if(isUnix()) {
sh './build.sh'
sh './build.sh test'
// If the tests are passing for Linux AMD64, then we can build all the CPU architectures
sh 'docker buildx bake --file docker-bake.hcl linux'
} else {
powershell '& ./build.ps1 test'
}
if(isUnix()) {
sh './build.sh'
sh './build.sh test'
// If the tests are passing for Linux AMD64, then we can build all the CPU architectures
sh 'docker buildx bake --file docker-bake.hcl linux'
} else {
powershell '& ./build.ps1 test'
}
}
}
Expand Down

0 comments on commit 4924de5

Please sign in to comment.