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 the git resource ref to the ResourceResult for git resources. #2238

Merged
merged 1 commit into from
Mar 23, 2020

Commits on Mar 17, 2020

  1. Add the git resource ref to the ResourceResult for git resources.

    This includes the full name of the git resource in the resource result for
    git resources. We pass this along in the environment variable already, this
    includes it back in the resource result so we can tie the commit sha and
    branch name in the result.
    
    Right now Task results contain the exact commit that was cloned from any git
    resource inputs, but the "resourceref" field is empty. That makes it hard to
    tell which repo was cloned after. In the case of multiple inputs, there is
    no way to tell which result corresponds to which.
    dlorenc committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    5d5f9a0 View commit details
    Browse the repository at this point in the history