Add periodic builds for ci image building pipeline
[infra/cicd.git] / jjb / metal3 / job_ci_image_building.yml
index be003c9aa0a48daeef959b5eb9ffeac07ddd1adb..5b1107bf3b0f669e8587c45942736cf1ec3e2ca0 100644 (file)
@@ -40,6 +40,9 @@
         artifact-days-to-keep: -1
         artifact-num-to-keep: -1
 
+    triggers:
+    - timed: "0 5 */5 * *"
+
     pipeline-scm:
       scm:
       - git:
@@ -52,5 +55,5 @@
           wipe-workspace: True
           honor-refspec: True
           shallow-clone: False
-      script-path: 'ci/jobs/{id}.pipeline'
+      script-path: 'jenkins/jobs/{id}.pipeline'
       lightweight-checkout: False