Add build triggers and source code management 89/46789/1
authorDelia Popescu <delia.popescu@enea.com>
Tue, 7 Nov 2017 12:50:31 +0000 (14:50 +0200)
committerDelia Popescu <delia.popescu@enea.com>
Tue, 7 Nov 2017 12:53:54 +0000 (14:53 +0200)
Add job builders and Git Source Code Management for
functest alpine image build jobs

Change-Id: I129502859a3391ee233a6e8f3808e3a9c86dc129
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
jjb/releng/functest-docker.yml

index 2e24685..dff08fe 100644 (file)
           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
       - 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