Bitbucket Pipeline offers self-hosted runners for various platforms, enabling customers to run Pipeline builds on their own infrastructure.
Global: https://support.atlassian.com/bitbucket-cloud/docs/runners/
Linux Docker: https://support.atlassian.com/bitbucket-cloud/docs/set-up-and-use-runners-for-linux/
Linux Shell: https://support.atlassian.com/bitbucket-cloud/docs/set-up-runners-for-linux-shell/
Windows Shell: https://support.atlassian.com/bitbucket-cloud/docs/set-up-runners-for-windows/
MacOS Shell: https://support.atlassian.com/bitbucket-cloud/docs/set-up-runners-for-macos/
We developed a validation script customers can run before setting up the Runner on their host machines.
This script verifies all prerequisites for a specific Runner and generates a detailed report to confirm whether the machine meets the criteria. It also identifies any unmet prerequisites.
The script is available in Self hosted runner validation repository
Use this script if you struggle to set up a self-hosted runner on your machine. It helps verify whether all prerequisites are installed.
Sandeep K
0 comments