automated terminal push
This commit is contained in:
4
infrastructure/services/Jenkinsfile
vendored
4
infrastructure/services/Jenkinsfile
vendored
@@ -230,8 +230,8 @@ with app.test_client() as client:
|
|||||||
allOf {
|
allOf {
|
||||||
equals expected: 'plan', actual: params.ACTION
|
equals expected: 'plan', actual: params.ACTION
|
||||||
anyOf {
|
anyOf {
|
||||||
equals expected: 'blue_green', actual: params.DEPLOYMENT_STRATEGY
|
equals expected: 'blue_green', actual: params.DEPLOYMENT_STRATEGY
|
||||||
equals expected: 'rolling', actual: params.DEPLOYMENT_STRATEGY
|
equals expected: 'rolling', actual: params.DEPLOYMENT_STRATEGY
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user