Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Keep stdout stderr #522

Merged
merged 4 commits into from
Mar 11, 2019

Commits on Mar 5, 2019

  1. Keep stdout and stderr when job is completed

    Lars Petter Øren Hauge committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    d6058b0 View commit details
    Browse the repository at this point in the history
  2. Use current functionality for sys

    sys.exc.traceback has been deprecated since 1.5
    sys.info() is also the only one of these functions that are python 3
    compatible
    Lars Petter Øren Hauge committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    e6ffe69 View commit details
    Browse the repository at this point in the history
  3. Expose job results from workflow_runner

    Lars Petter Øren Hauge committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1afaaec View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. fixup! Keep stdout and stderr when job is completed

    Lars Petter Øren Hauge committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    bd1d11b View commit details
    Browse the repository at this point in the history