From 44adcef47391b6cb8738e8bcf1a29891e7e7a92b Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 10 May 2021 15:43:39 +0100 Subject: [PATCH 1/1] oom-build: add missing parameters, rename to oom-helm-build Change-Id: I07b48db7271cd068be64a8a9091c41a572447cc8 Signed-off-by: Cian Johnston --- jjb/onap/oom/oom-build-jobs.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/jjb/onap/oom/oom-build-jobs.yaml b/jjb/onap/oom/oom-build-jobs.yaml index d66623e8..4534e7e0 100644 --- a/jjb/onap/oom/oom-build-jobs.yaml +++ b/jjb/onap/oom/oom-build-jobs.yaml @@ -19,19 +19,27 @@ # this job gets triggered when push-upstream is commented on a change on Nordix Gerrit. - project: - name: 'oom-build' - project: oom + name: 'oom-helm-build' + project: 'infra/installer/oom' + + stream: + - 'master': + branch: 'master' jobs: - - 'onap-oom-helm-build' + - 'onap-oom-helm-build-{stream}' - job-template: - name: 'onap-oom-helm-build' + name: 'onap-oom-helm-build-{stream}' node: infra-ubuntu1804 disabled: false concurrent: false parameters: + - project-parameters: + project: '{project}' + branch: '{branch}' + description: 'The project and branch for which the change is proposed' - nordix-gerrit-parameters - string: name: HELM_URL -- 2.25.1