-
-
Notifications
You must be signed in to change notification settings - Fork 127
Description
We use the environment attrs in our GitLab pipelines:
https://docs.gitlab.com/ee/ci/environments/
https://docs.gitlab.com/ee/ci/environments/#viewing-environments-and-deployments
In a Project I can go to the Operations->Environments page (/-/environments) and see a list of "environments" that have been deployed. I can then click on the environment name (/-/environments/43 for example) and see a list of jobs that have been deployed with that environment name.
We have the following environment names for example to represent different parts of our global production environment:
- production-infra
- production-config
- production-containers
As each of the above has specific jobs that are triggered.
It would be awesome if we could see the last X number of jobs and their status under a Project., like how right now I can see branches and all the jobs in that pipeline. Maybe in the configuration there is an include_environment attr that takes a list of environments? Then along with the current Project view there is a ProjectEnvironment box which lists the EnvironmentName and the last 5 jobs and their status for example.
Thanks
Michael