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 StdoutConfig and StderrConfig to steps. #3103

Closed
wants to merge 10 commits into from

Commits on Mar 10, 2021

  1. Added -stdout_path and -stderr_path flags to entrypoint.

    When `-stdout_path` and `-stderr_path` are set, the entrypoint binary will copy
    stdout and stderr to the specified paths. This can be used to capture the stdout
    or stderr of a step in task results.
    
    The default values of these flags are obtained from the `TEKTON_STDOUT_PATH` and
    `TEKTON_STDERR_PATH` environment variables, so users can specify these variables
    in the step's environment to enable stdout/stderr capturing.
    chhsia0 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    39fa1f9 View commit details
    Browse the repository at this point in the history
  2. Renamed tests.

    chhsia0 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    2688e38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    988794b View commit details
    Browse the repository at this point in the history
  4. Use File.Stat to get file size in test.

    chhsia0 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    739d6d7 View commit details
    Browse the repository at this point in the history
  5. Removed asyncWriwer wrapper.

    chhsia0 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    96e8e5b View commit details
    Browse the repository at this point in the history
  6. Added README.

    chhsia0 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d342aef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ab5b33 View commit details
    Browse the repository at this point in the history
  8. Passed StepOutputConfig to entrypoint.

    chhsia0 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    6e78d3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a99a19a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a52c86f View commit details
    Browse the repository at this point in the history