Enable a Repo
Learn how to add your first repo.
Note:
You will need Admin access to the repo to be able to activate it in Vela. This is because you need Admin access to be able to add webhooks to the repo.Via the UI
For this example, we’ll go over using the UI to add the repo. You can always head over to the CLI docs for docs on how to add a repo via CLI.
- Log into your Vela instance.
- Click “Add Repositories”.
- Select the Org from the available list.
- Click “Add” next to the repo you would like to add.
- Alternatively you can “Add All” repos in an org.
- If your repo doesn’t exist, try clicking “Refresh List” in the top right.
Your repo now has the necessary web hook to Vela.
Tip:
If you’re coming from another CI platform you can set a starting build number by updating the counter field on the repo via the UI, CLI, or API.Last modified June 3, 2021: feat: add repo counter information (#221) (f4f52af8)