Skip to content

trigger on new upstream build (same resource versions) #92

@dliebreich

Description

@dliebreich

We have a job sequence a->b->c->d, where if d fails, we want to rerun a, b, c, and d. Re-running a does not trigger b because the resource versions have not changed. So we have to re-run a, wait for it to finish, re-run b, wait, re-run c, wait, and re-run d.

We would like concourse to re-run b, c, and d without manual intervention when we re-run a.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions