Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subPath to WorkspacePipelineTaskBinding #2491

Merged

Commits on Apr 27, 2020

  1. Add subPath to WorkspacePipelineTaskBinding

    Use case: Use two instances of a task that writes to the same workspace volume - but
    they write to different path of the volume. A typical use case is two git-clone tasks
    that clone two git repositories, but the files should be located in two different
    directories on the workspace volume.
    
    This commit solves this by adding the `subPath` field to the WorkspacePipelineTaskBinding.
    jlpettersson committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    328e551 View commit details
    Browse the repository at this point in the history