From: Jan-Simon Möller Date: Thu, 28 Sep 2017 12:21:44 +0000 (+0200) Subject: Fix job name and typo in script X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F11063%2F2;p=ci-management.git Fix job name and typo in script Fix job name in ci-app yaml file and typo variable name in common script. Change-Id: I903b5135852b710efb187cb2194fe60c59e825b0 Signed-off-by: Jan-Simon Möller --- 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