Feature/Support-Different-Default-branch
No longer limit cluster repos to use master as default branch name, newer Git naming convention uses "main" more often than "master" in guides and readme's. This enables the default branch to use any name but still render the correct jobs in pipeline
Testcase | Pipeline run | Result |
---|---|---|
Project having main as default branch | Pipeline run | Succeed, deploy templates renders all jobs correctly, pipeline failed for unrelated reason to this MR |
Edited by Philip Rumman