X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-stage.sh;h=74b74a9917a6fdc2de5e312314137c76e278426c;hb=5fa5b9907684b63824352a353d31365e95cfbca3;hp=482b53f486faba656454fcb131e8e9a3209d05ee;hpb=c1873360fa7455fdb690c6235923d7eb68e30ec6;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-stage.sh b/shell/maven-stage.sh index 482b53f4..74b74a99 100644 --- a/shell/maven-stage.sh +++ b/shell/maven-stage.sh @@ -16,7 +16,7 @@ # $STAGING_PROFILE_ID : Provided by a job parameter. # Ensure we fail the job if any steps fail. -set -eu -o pipefail +set -xeu -o pipefail TMP_FILE="$(mktemp)" lftools deploy nexus-stage "$NEXUS_URL" "$STAGING_PROFILE_ID" "$WORKSPACE/m2repo" | tee "$TMP_FILE"