Airship modify github url var
[infra/cicd.git] / jjb / airship / job_openstack_image_building.yml
index 0b71ade03007a88f4b075a734d3260e17a781682..6261f518e714d87f347c7ba08094e2ef434f5605 100644 (file)
@@ -26,8 +26,8 @@
 
 - job-template:
     id: openstack_image_building
-    name: 'openstack_image_building'
-    description: "Builder job for Openstack images"
+    name: '{job_prefix}_openstack_image_building'
+    description: "Builder job for Openstack images for Airship CI"
     project-type: pipeline
     defaults: global
     disabled: False
@@ -39,8 +39,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 +46,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'