From 9313be51cb8c3f8c21668990943896cc5e0b10c2 Mon Sep 17 00:00:00 2001 From: lenape Date: Tue, 5 Aug 2025 14:37:00 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/services/Jenkinsfile b/infrastructure/services/Jenkinsfile index 88f2f51..3f5c4fe 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -230,8 +230,8 @@ with app.test_client() as client: allOf { equals expected: 'plan', actual: params.ACTION anyOf { - equals expected: 'blue_green', actual: params.DEPLOYMENT_STRATEGY - equals expected: 'rolling', actual: params.DEPLOYMENT_STRATEGY + equals expected: 'blue_green', actual: params.DEPLOYMENT_STRATEGY + equals expected: 'rolling', actual: params.DEPLOYMENT_STRATEGY } } }