You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2021. It is now read-only.
Pipeline env map should refere to only one environment of each type.
example.
env_map1 {
.......
environments: [
env1
env2
]
}
Where env1 is type of stage and env2 of type of production.
What if use selects two stage types env while creating pipeline envs map, where env1 and env2 are type of stage
If this is a valid constraint, then API should do validate env map before creating/updating it.