Skip to content

Commit

Permalink
Testing dependence-day image pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Arias authored and Miguel Arias committed Sep 21, 2023
1 parent 57226a8 commit adddd78
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
pipeline {
agent {
kubernetes {
inheritFrom 'default'
containerTemplates([
containerTemplate(name: 'dd', image: 'flowcommerce/dependence-day:0.0.24', command: 'cat', ttyEnabled: true),
])
inheritFrom 'default-dependence-day'
}
}

Expand Down Expand Up @@ -32,7 +29,7 @@ pipeline {
stage('Release') {
when { branch 'main' }
steps {
container('dd') {
container('dependence-day') {
withCredentials([
usernamePassword(
credentialsId: 'jenkins-x-jfrog',
Expand Down

0 comments on commit adddd78

Please sign in to comment.