Skip to content

improve concourse pipeline renaming process #116

@robwhitby

Description

@robwhitby

Renaming a halfpipe pipeline can be confusing in Concourse, especially with versioned pipelines.

  • when a pipeline is renamed it gets a new version file starting at 0.1.0.
  • but the renamed pipeline still has history - it thinks it has already run the jobs for version 0.1.0 so they are not automatically triggered.

The current workaround is to manually update the version number (e.g. bump major version) to stop new runs clashing with history.

Can we do anything to improve this?

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