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 } } }