diff options
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 2 | ||||
-rw-r--r-- | jjb/common/include-apps-prepare-upload-folder-merged.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index bd50f505..e64c9066 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -436,7 +436,7 @@ name: CIB-{project}-{aglbranch}-finish-success condition: SUCCESSFUL projects: - - name: 'ci-apps-{project}-merge-{aglbranch}-CIB-finish-success' + - name: 'ci-apps-{project}-merge-{aglbranch}-finish-success' current-parameters: true abort-all-job: true kill-phase-on: FAILURE diff --git a/jjb/common/include-apps-prepare-upload-folder-merged.sh b/jjb/common/include-apps-prepare-upload-folder-merged.sh index 37b5887f..eb9018ae 100644 --- a/jjb/common/include-apps-prepare-upload-folder-merged.sh +++ b/jjb/common/include-apps-prepare-upload-folder-merged.sh @@ -8,7 +8,7 @@ echo "#########################################" echo -e "\n\n\n" #failsafe -if test x"" = x"${ALGBRANCH}" ; then +if test x"" = x"${AGLBRANCH}" ; then echo "AGLBRANCH not defined" exit 1 fi |