Managing Environment

Hi there,
How we can manage multiple environments in git lab. Like a developer has done one point. It should push it to first dev environment then to test after testing to pre prod and finally to prod. if inbetween it is rejected then it will be worked again meanwhile other point can be moved further. Any suggestions will be highly appreciated.

Hi @ujjwal_innocirc
I would suggest to get started with some GitLab basics, especially the GitLab Flow and GitLab CI tutorials to understand the functionality of pipelines.