From: Delia Popescu Date: Tue, 7 Nov 2017 12:50:31 +0000 (+0200) Subject: Add build triggers and source code management X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=99f8bd20e10d9cbee6add393526a78726a5db584;p=releng.git Add build triggers and source code management Add job builders and Git Source Code Management for functest alpine image build jobs Change-Id: I129502859a3391ee233a6e8f3808e3a9c86dc129 Signed-off-by: Delia Popescu --- diff --git a/jjb/releng/functest-docker.yml b/jjb/releng/functest-docker.yml index 2e24685ee..dff08fe58 100644 --- a/jjb/releng/functest-docker.yml +++ b/jjb/releng/functest-docker.yml @@ -167,6 +167,16 @@ default: "docker/{image}" description: "Directory containing files needed by the Dockerfile" + scm: + - git-scm + + triggers: + - pollscm: + cron: "*/30 * * * *" + + publishers: + - 'functest-{arch_tag}-recipients' + builders: - shell: !include-raw-escape: ./opnfv-docker.sh @@ -196,6 +206,16 @@ - shell: !include-raw-escape: ./opnfv-manifest.sh + scm: + - git-scm + + triggers: + - pollscm: + cron: "*/30 * * * *" + + publishers: + - 'functest-{arch_tag}-recipients' + # parameter macro - parameter: name: job-parameters