From 5d0f9c2ba88b5e2aabe1c674a78a7e699ee9902e Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Tue, 11 Jan 2022 13:39:40 +0200 Subject: [PATCH 1/1] 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 --- jjb/airship/job_master_clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1