-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use main
as primary branch
#7126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use main
as primary branch
#7126
Comments
Hello Sir @lemeurherve I am currently trying to solve this issue.But I have doubt regarding Updating jobs in ci.jenkins.io, infra.ci.jenkins.io, and trusted.ci.jenkins.io. For doing this part do I need more access or so? Please let me know |
Hi @biru-codeastromer , you won't be given more accesses (as these resources are sensitive and require certain level of trust), but if you can elaborate a list of all locations in which you see code related to this change, you might be able to help by preparing PRs once we've given you the green light.
Be aware that there are also private documents which might require updates (we'll take care of them). |
Hi @dduportal Sir , Thank you for the clarification and for trusting me with this contribution! I completely understand the sensitivity of these resources and appreciate the opportunity to assist within the provided scope. I’ll begin by carefully analyzing the codebase to prepare an exhaustive list of all the locations where the changes are required, including code references and relevant "locations" like specific jobs or configurations. Btw I noticed that the sites infra.ci.jenkins.io, and trusted.ci.jenkins.io didn't open ;the links got errors. Once I’ve compiled the list, I’ll share it for your review before moving forward with any PRs. Please feel free to let me know if there are any specific guidelines or additional considerations I should keep in mind while preparing the list. Looking forward to your feedback! |
Hi @dduportal Sir, I’ve prepared a document listing all instances of master in the codebase, job configurations, and documentation. Here’s the breakdown: Code ChangesJenkinsfile:-Line 37: branch: 'master' Jenkinsfile_k8s:-Line 14: cron("${env.BRANCH_NAME == 'master' ? 'H/30 * * * *' : ''}") scripts/fetch-external-resources:-Line 30: 'https://github.com/jenkinsci/pipeline-examples/archive/master.zip' DocumentationREADME.adoc:-Line 15: link:https://github.com/jenkins-infra/jenkins.io/blob/master/CONTRIBUTING.adoc[Contributing document] CONTRIBUTING.adoc:-Line 15: Fork this repository and ensure that you keep only the master branch. GitHub Workflows & Configurations.github/workflows/compress-images.yaml:-Line 3: # - on pushing of images to master (for forks) .github/workflows/updatecli.yaml:-Line 27: if: github.ref == 'refs/heads/master' .github/ISSUE_TEMPLATE/2-wiki-migration.yml:-Line 27: Wiki Migration Guidelines .github/ISSUE_TEMPLATE/1-documentation.yml:-Line 21: More details on contributing. .github/ISSUE_TEMPLATE/3-enhancement.yml:-Line 25: More details on contributing. .github/ISSUE_TEMPLATE/4-bug.yml:-Line 37: More details on contributing. .github/dependabot.yml:-Line 7: target-branch: master Please let me know if I’ve missed anything or if there are additional locations to consider. Let me know your feedbacks on this Thanks! |
@biru-codeastromer for the pipeline examples the branch refers to another repository, so it shouldn't change in this issue. For the other findings it would be better if you prepared a pull request, then those changes can be reviewed more easily. |
Hi Sir, Thank you for the feedback! I haven’t prepared the PR yet because initially,Damien Sir mentioned that I should first compile an exhaustive list of locations where changes are required before moving forward with PRs. Since the jobs on Now that I have confirmation on the required changes (except the pipeline examples reference), I will proceed with preparing the PR. Thanks! |
Hi , I’ve prepared a PR to replace all instances of Code Changes
Documentation
GitHub Workflows & Configurations
Additional Notes
Please let me know if improvements needed . Thanks! |
work is currently ongoing for this process and the infra team has been informed about the changes being developed |
Uh oh!
There was an error while loading. Please reload this page.
Suggestion
We should use
main
instead ofmaster
as primary branch.This will need updating not only this repo but also all references to
master
in Jenkinsfile(s) and job on ci.jenkins.io, infra.ci.jenkins.io and trusted.ci.jenkins.ioLinks
The text was updated successfully, but these errors were encountered: