diff --git a/Jenkinsfile b/Jenkinsfile index 67e8a91..2e68b1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } @@ -32,7 +29,7 @@ pipeline { stage('Release') { when { branch 'main' } steps { - container('dd') { + container('dependence-day') { withCredentials([ usernamePassword( credentialsId: 'jenkins-x-jfrog',