-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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.0so 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?
Reactions are currently unavailable