Skip to content

Commit

Permalink
FDN-2921: Use bigger containers for play builder builds (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolagi authored Oct 14, 2024
1 parent 0184327 commit 40fc9ea
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 @@ -533,7 +533,7 @@ pipeline {
agent {
kubernetes {
label 'docker-play-builder-17-jammy'
inheritFrom 'kaniko-slim'
inheritFrom 'kaniko-slim-2xl'
}
}
steps {
Expand Down Expand Up @@ -565,7 +565,7 @@ pipeline {
agent {
kubernetes {
label 'docker-play-builder-17-jammy-arm64'
inheritFrom 'kaniko-slim-arm64'
inheritFrom 'kaniko-slim-2xl-arm64'
}
}
steps {
Expand Down

0 comments on commit 40fc9ea

Please sign in to comment.