Update default Kubernetes Version to 1.23.2
[infra/cicd.git] / jjb / airship / job_openstack_image_building.yml
index bc66f9980f3672627c803d556c48ee11944ac581..51b506b02c7b0c703ee7535d2ec324e7212ca987 100644 (file)
     defaults: global
     disabled: False
     concurrent: True
+    parameters:
+    - string:
+        name: KUBERNETES_VERSION
+        default: "1.23.2"
+        description: 'Kubernetes version'
+    - string:
+        name: KIND_NODE_IMAGE_VERSION
+        default: "v1.23.1"
+        description: 'Kind node container image version'
 
     properties:
     - build-discarder:
@@ -46,7 +55,7 @@
     pipeline-scm:
       scm:
       - git:
-          url: https://github.com/{ci_github_repo}.git
+          url: "{ci_github_repo}"
           credentials-id: "{ci_github_jenkins_credentials_id}"
           branches:
             - 'master'