devtron
devtron copied to clipboard
Not able to insert an environment between 2 envs in a sequential pipeline.
Checklist:
- [x] I've searched in the docs and FAQ for my answer
- [x] I've included steps to reproduce the bug.
Describe the bug
In sequential pipeline, there is no option to insert an environment in between 2 existing environments
To Reproduce
- Create a CI
- Deploy to
dev - Deploy to
prod - Try to add
stageenv in betweendevandprodin the same sequential pipeline
Expected behavior
It should ask me whether I need to add this env in between or in parallel to the env
Current behavior
It automatically adds the env in parallel using the + button in front of the existing env
AB#461