X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_docker_image_building.yml;h=903787fb7b4da1c5cba32d55e35a4f254b5a4e6f;hb=e94166c83b70f3066bb5f30a9af7c10f849953b3;hp=9fb56d98d4d6cd92e378d24d71af118f573bbf07;hpb=03537b6c25c115e8a07ab5cf02d36c72d11cfbc3;p=infra%2Fcicd.git diff --git a/jjb/airship/job_docker_image_building.yml b/jjb/airship/job_docker_image_building.yml index 9fb56d98..903787fb 100644 --- a/jjb/airship/job_docker_image_building.yml +++ b/jjb/airship/job_docker_image_building.yml @@ -32,6 +32,11 @@ 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}'