services.buildbot-master.pbPort

The buildmaster will listen on a TCP port of your choosing for connections from workers. It can also use this port for connections from remote Change Sources, status clients, and debug tools. This port should be visible to the outside world, and you’ll need to tell your worker admins about your choice. If put in (single) quotes, this can also be used as a connection string, as defined in the ConnectionStrings guide.

Type
string or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
9989
Example
"'tcp:9990:interface=127.0.0.1'"
Declared
<nixpkgs/nixos/modules/services/continuous-integration/buildbot/master.nix>