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 logs command not showing logs #2251

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Commits on Feb 21, 2024

  1. Fix logs command not showing logs

    This will fix the logs command not showing logs
    if there are retries and task has completed in first go
    
    Failure and Completion of taskrun should not
    depend on no. of retries. Also retries will
    not scheduled be if task is done so add a check
    for that.
    
    Add e2e test for this scenarioi
    
    Fix tektoncd#2208
    piyush-garg committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4bbaa44 View commit details
    Browse the repository at this point in the history