Skip to content

The job name is not readable from the CI environment deployments list

Summary

The job name is not readable from the environment deployments list.

Steps to reproduce

  1. In a project, create a deployment job with a really long name (for example deploy:to-a-very-long-env-name:)
  2. Run this job and deploy to an environment
  3. Go to Deployments -> Environments and click on the environment the deployment was deployed to
  4. On the Environent version list page check the deployment with the long name you've created:

image

What is the current bug behavior?

The job name is truncated and no tooltip is given on hover.

What is the expected correct behavior?

Having the ability to read the full job name, with a tooltip or another.

Note: This behavior works correctly from the environment list page.

image

image

Mobile view (confirmed with @emilybauman ):

Current Expected
Screenshot_2022-09-26_at_19.06.14 Screenshot_2022-09-26_at_19.06.22
Edited by Andrei Zubov