diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-28 14:21:44 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-28 14:29:11 +0200 |
commit | 1b116d507866099c665e08c9e0b490b5583183a1 (patch) | |
tree | 73002ae008198252a41fbd3c33c9401580165ecf | |
parent | 43045124a49c1540882bd6bd7e00e4a4addac047 (diff) |
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 <jsmoeller@linuxfoundation.org>
-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 |