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

Fix 1059 - TaskRun controller update status and labels on error #1204

Merged
merged 1 commit into from
Oct 23, 2019

Commits on Oct 18, 2019

  1. Update status and labels even on error

    The TaskRun controller reconcile returns errors immediately.
    It should instead first attempt to update status and labels and then
    return both the original error plus any further error raised during
    the update.
    
    Fixes tektoncd#1059
    afrittoli committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b8c1c42 View commit details
    Browse the repository at this point in the history