Configuring runners in Bitbucket
With Bitbucket Cloud, you must pay for every build minute. This can quickly add up so, as an alternative, you can utilize self-hosted runners. Runners allow you to save on build minutes, but you need to maintain them in your infrastructure.
How to do it…
Runners will help you keep your Bitbucket costs down, but they do require some initial configurations, which are covered in the following steps:
- In Bitbucket, enter the repository in which you want to create a branch. Click on Repositories in the navigation bar.
Figure 5.54 – Select Repositories from the menu bar
- Select the repository you want to create your branch in.
Figure 5.55 – Select the repository of your choice from the available repositories
This will take you to the main repository window.
Figure 5.56 – Selected repository
- Once you are in the...