Skip to content

Dependencies between steps (within one project) #81

@jonnylangefeld

Description

@jonnylangefeld

Hi, I couldn't figure out a way to define dependencies between steps within one project. The Buildkite native way would be to use a key: foo and a depends_on: foo property on two separate steps. But when I do that using Buildpipe and have more than one project, the key: foo would be used over and over again and I get the error

The key "foo" has already been used by another step in this build 

I've tried key: foo-${BUILDPIPE_PROJECT_LABEL} but that didn't work either.

How can I use keys on steps when using Buildpipe?

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