Skip to content

Have pipeline jobs in a plan support return characters so users can manipulate rendering of long job names #2228

@StevenArmstrong

Description

@StevenArmstrong

A Modest Proposal

Sometimes job names in concourse need to be descriptive so users understand what they are doing at a high level. Often job names need to have to have a lot of text if a user has a long application name and a stage could look like
"deploy application my-favourite-new-app-name-a-dev-named-this-as to cd-tools-production"

On concourse pipeline view this means that the job gets stretched out and you can't really read the text as it will automatically zoom out the longer the width of the overall pipeline

image

It would be great if the concourse team allowed return characters that are double escaped to be supported in job names. This functionality is native to YAML so //n would donate a return character then on the pipeline view the job name could instead of this:
image
Look like this:
image

This would mean the pipeline is less zoomed out and easily readable as it has multiline rendering capability.

  • Concourse version: 3.13
  • Deployment type (BOSH/Docker/binary): binary
  • Infrastructure/IaaS: IaaS
  • Browser (if applicable): All
  • Did this used to work? No

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions