From 1ef68114ccca7ff08b888772601c0d877565f152 Mon Sep 17 00:00:00 2001 From: Victor Laza Date: Wed, 29 Apr 2015 14:34:49 +0300 Subject: Fail on exit status != 0 on every command in pipeline for build-docu scripts JIRA: DOCS-23 - Fail on exit status != 0 on every command in pipeline for all build-docu shell scripts used in Jenkins jobs. Change-Id: I324de186ca0530082ca7152156253b9a4346e865 Signed-off-by: Victor Laza --- jjb/octopus/build-docu-verify.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jjb/octopus/build-docu-verify.sh') diff --git a/jjb/octopus/build-docu-verify.sh b/jjb/octopus/build-docu-verify.sh index 01338efe4..9c288fa12 100644 --- a/jjb/octopus/build-docu-verify.sh +++ b/jjb/octopus/build-docu-verify.sh @@ -1,4 +1,7 @@ #!/bin/bash +set -e +set -o pipefail + project="octopus" export PATH=$PATH:/usr/local/bin/ -- cgit 1.2.3-korg