Fix missing v infront of KUBERNETES_VERSION
[infra/cicd.git] / jjb / airship / job_openstack_image_building.yml
index c08661e93ea3ee636b11e4bffb2bfd6b4f7d76ed..9931b006aa673ec14ae3c9e25d17d6de019751bd 100644 (file)
     defaults: global
     disabled: False
     concurrent: True
+    parameters:
+    - string:
+        name: KUBERNETES_VERSION
+        default: "v1.23.2"
+        description: 'Kubernetes version'
+    - string:
+        name: KIND_NODE_IMAGE_VERSION
+        default: "v1.23.1"
+        description: 'Kind node container image version'
 
     properties:
     - build-discarder:
@@ -39,8 +48,6 @@
         num-to-keep: 300
         artifact-days-to-keep: -1
         artifact-num-to-keep: -1
-    - github:
-        url: https://github.com/{repo[org]}/{repo[name]}
 
     triggers:
     - timed: "@midnight"
@@ -48,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'