ci: run frontend stage under bash for pipefail support

This commit is contained in:
Brad Stein 2026-04-19 14:41:06 -03:00
parent 250edcdad4
commit 4c390426ca

1
Jenkinsfile vendored
View File

@ -263,6 +263,7 @@ PY
steps {
container('frontend') {
sh '''
#!/usr/bin/env bash
set -euo pipefail
mkdir -p build
cd frontend