From: Feruzjon Muyassarov Date: Tue, 11 Jan 2022 11:39:40 +0000 (+0200) Subject: Update ghprbActualCommit to default to main for clean up job X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=5d0f9c2ba88b5e2aabe1c674a78a7e699ee9902e;p=infra%2Fcicd.git Update ghprbActualCommit to default to main for clean up job We have recently deleted master branch from metal3-io/project-infra repo. And our clean up job runs from project-infra. Since the default and the only branch that exists is main, we need to update defaulting here too since this is from where the value is passed to Jenkins pipeline. Change-Id: Ib9bbbcd69a47c8bf50bdae2cb2e59de60f6f7e3b --- diff --git a/jjb/airship/job_master_clean.yml b/jjb/airship/job_master_clean.yml index 99de2d0df..43cd780c1 100644 --- a/jjb/airship/job_master_clean.yml +++ b/jjb/airship/job_master_clean.yml @@ -44,7 +44,7 @@ description: 'Project github repo name' - string: name: ghprbActualCommit - default: 'master' + default: 'main' description: 'CI Repo branch for triggering manual build' - string: name: ghprbAuthorRepoGitUrl