automated terminal push
This commit is contained in:
10
infrastructure/services/Jenkinsfile
vendored
10
infrastructure/services/Jenkinsfile
vendored
@@ -227,18 +227,8 @@ with app.test_client() as client:
|
||||
|
||||
stage('🐳 Build & Push Docker Image') {
|
||||
when {
|
||||
anyOf {
|
||||
equals expected: 'deploy', actual: params.ACTION
|
||||
allOf {
|
||||
equals expected: 'plan', actual: params.ACTION
|
||||
anyOf {
|
||||
equals expected: 'blue_green', actual: params.DEPLOYMENT_STRATEGY
|
||||
equals expected: 'rolling', actual: params.DEPLOYMENT_STRATEGY
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
withCredentials([
|
||||
string(credentialsId: env.AWS_CREDENTIALS, variable: 'AWS_ACCESS_KEY_ID'),
|
||||
|
||||
Reference in New Issue
Block a user