UDS: Remove UDS jobs after migration to Aegis
[infra/cicd.git] / jjb / airship / job_docker_image_building.yml
index 9fb56d98d4d6cd92e378d24d71af118f573bbf07..903787fb7b4da1c5cba32d55e35a4f254b5a4e6f 100644 (file)
     defaults: global
     disabled: False
     concurrent: True
+    parameters:
+    - string:
+        name: ghprbActualCommit
+        default: 'master'
+        description: 'CI Repo branch for triggering manual build'
 
     properties:
     - build-discarder:
@@ -39,8 +44,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 +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:
             - '{branch|master}'