Update ghprbActualCommit to default to main for clean up job
[infra/cicd.git] / jjb / airship / job_master_clean.yml
index 45bc82605735a7e146181381077159237ca9dcdf..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
@@ -67,7 +67,7 @@
           url: "{ci_github_repo}"
           credentials-id: "{ci_github_jenkins_credentials_id}"
           branches:
-            - '{branch|master}'
+            - '{branch|main}'
           name: 'origin'
           refspec: '+refs/heads/*:refs/remotes/origin/*'
           wipe-workspace: True