Update default Kubernetes Version to 1.23.2
[infra/cicd.git] / jjb / airship / job_openstack_node_image_building.yml
index 8e257ee83acabe8c38ea16f627b7f7db75a491ec..eec021c25a0934a4703496a6b72c84c7acdf276c 100644 (file)
@@ -35,9 +35,9 @@
     parameters:
     - string:
         name: KUBERNETES_VERSION
-        default: "v1.22.0"
+        default: "v1.23.2"
         description: 'Kubernetes version'
-  
+
     properties:
     - build-discarder:
         days-to-keep: 30
@@ -47,6 +47,7 @@
 
     triggers:
       - timed: "0 5 */15 * *"
+      - github
 
     pipeline-scm:
       scm:
@@ -60,5 +61,8 @@
           wipe-workspace: True
           honor-refspec: True
           shallow-clone: False
+          included-regions:
+                - "ci/images/.*"
+                - "ci/scripts/image_scripts/.*"
       script-path: 'ci/jobs/{id}.pipeline'
       lightweight-checkout: False