Fix job name and typo in script 63/11063/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 28 Sep 2017 12:21:44 +0000 (14:21 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 28 Sep 2017 12:29:11 +0000 (14:29 +0200)
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>
jjb/ci-apps-verify/ci-apps-jjb.yaml
jjb/common/include-apps-prepare-upload-folder-merged.sh

index bd50f50..e64c906 100644 (file)
           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
index 37b5887..eb9018a 100644 (file)
@@ -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