Skip to content

Problem with /dev/stderr redirect #3

@robert7

Description

@robert7

Hi,
we have a problem similar to #1
running upload on jenkins on linux platform. Altough /dev/stderr is available on linux, for some reason the jenkins worker has no access to it.
The error looks like Warning: Failed to create the file /dev/stderr: No such device or address curl: (23) Failed writing received data to disk/application
Then the upload fails..

Suggestion: add optional parameter like curlOutput which could have following values:

  • undefined - will fallback to /dev/stderr
  • null - no output redirection in curl (this would be similar to current "isWin" condition and this could eventually be removed)
  • string - e.g. '/dev/null'

In case you agree with the change, I could open a PR with the change..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions