X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_openstack_image_building.yml;h=6e7b0415a21459a6c3bd5d014dcf92d3013fd12e;hb=a3415efa42d0fa5ae7d7e1adb66adee0cfec2bcf;hp=c08661e93ea3ee636b11e4bffb2bfd6b4f7d76ed;hpb=4a4212238db5a0dab42dfdc1c7019647f4ebe7c9;p=infra%2Fcicd.git diff --git a/jjb/airship/job_openstack_image_building.yml b/jjb/airship/job_openstack_image_building.yml index c08661e9..6e7b0415 100644 --- a/jjb/airship/job_openstack_image_building.yml +++ b/jjb/airship/job_openstack_image_building.yml @@ -32,15 +32,18 @@ defaults: global disabled: False concurrent: True - + parameters: + - string: + name: KUBERNETES_VERSION + default: "v1.22.0" + description: 'Kubernetes version' + properties: - build-discarder: days-to-keep: 30 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 +51,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'