diff --git a/infrastructure/services/Jenkinsfile b/infrastructure/services/Jenkinsfile index 4bbf301..d622a48 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -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'),