diff options
-rw-r--r-- | jjb/releng/functest-docker.yml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |