Skip to content

Commit

Permalink
FDN-2787: back to jenkins builders (#582)
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Arias <[email protected]>
  • Loading branch information
arias-m and Miguel Arias authored Sep 25, 2024
1 parent 1b54d26 commit 9e2053a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {

agent {
kubernetes {
inheritFrom 'karpenter-kaniko-slim'
inheritFrom 'kaniko-slim'

containerTemplates([
containerTemplate(name: 'postgres', image: "flowcommerce/registry-postgresql:latest", alwaysPullImage: true, resourceRequestMemory: '1Gi'),
Expand Down Expand Up @@ -87,7 +87,7 @@ pipeline {
agent {
kubernetes {
label 'registry-arm64'
inheritFrom 'karpenter-kaniko-slim-arm64'
inheritFrom 'kaniko-slim-arm64'
}
}
steps {
Expand Down

0 comments on commit 9e2053a

Please sign in to comment.