Jenkins pipeline sh: always use pipefail

Viewed 1720

Is there a way to configure sh step to always act as if set -o pipefail was set?

This bug took me days to discover... since I assumed this would be the default setting.

0 Answers
Related