Update ghprbActualCommit to default to main for clean up job 62/11962/1
authorFeruzjon Muyassarov <feruzjon.muyassarov@est.tech>
Tue, 11 Jan 2022 11:39:40 +0000 (13:39 +0200)
committerFeruzjon Muyassarov <feruzjon.muyassarov@est.tech>
Tue, 11 Jan 2022 11:39:40 +0000 (13:39 +0200)
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

index 99de2d0dfa74d9f951e80d407dd422106a10fcdc..43cd780c10675e00c024726ddd99ab73812bf9e2 100644 (file)
@@ -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