From 8461e3032cbf65531ffe2dff59bb139d8b32fccd Mon Sep 17 00:00:00 2001 From: lenape Date: Tue, 5 Aug 2025 16:41:44 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) 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'),