From: Jan-Simon Möller Date: Thu, 31 Aug 2017 05:26:57 +0000 (+0200) Subject: Use predefined parameter to avoid bug in selection X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F10735%2F1;p=ci-management.git Use predefined parameter to avoid bug in selection Change-Id: I3e403e39a9a2b59022527e8a81c41adf313e2baf 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 9a0bcbf4..9aa7fa56 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -77,7 +77,7 @@ description: "patchset # to build" - string: name: AGLBRANCH - default: '{aglbranch}' + default: 'master' description: "AGL release branch to use" build-discarder: days-to-keep: 30 @@ -113,18 +113,22 @@ current-parameters: true #abort-all-job: true kill-phase-on: FAILURE + predefined-parameters: AGLBRANCH=master - name: 'ci-apps-{project}-verify-master-CIB-aarch64' current-parameters: true #abort-all-job: true kill-phase-on: FAILURE + predefined-parameters: AGLBRANCH=master - name: 'ci-apps-{project}-verify-master-CIB-x86-64' current-parameters: true #abort-all-job: true kill-phase-on: FAILURE + predefined-parameters: AGLBRANCH=master - name: 'ci-apps-{project}-verify-dab-CIB-arm' current-parameters: true #abort-all-job: true kill-phase-on: FAILURE + predefined-parameters: AGLBRANCH=dab #- name: 'ci-apps-{project}-verify-dab-CIB-aarch64' # does not exist in dab # current-parameters: true # #abort-all-job: true @@ -133,6 +137,7 @@ current-parameters: true #abort-all-job: true kill-phase-on: FAILURE + predefined-parameters: AGLBRANCH=dab - multijob: name: CIB-{project}-finish-success condition: SUCCESSFUL