Skip to content
Diego Giacomelli edited this page Mar 16, 2018 · 6 revisions

FAQ

Can Buildron show only builds from a view using Hudson or Jenkins?

Yes, it can. In the "Hudson/Jenkins IP" field just type more "/view/viewName" (case sensitive). So, for example, if your server has a IP 127.0.0.1 and you want to see just builds from a view named "Infrastructure", then your IP field will be: 127.0.0.1/view/Infrastructure.

How can I change Buildron resolution, fullscreen and windowed?

If you aren't seeing the "Buildron Configuration" dialog window in the app initialization, just press "option" key on MAc or "shift" key on Windows in the initialization to see the window again.

How can I configure Buildron to auto start and connect to CI server?

For users who has a dedicate machine to run Buildron and want to automate the machine wake up and shutdown we have implemented the "autostart" argument.To use it, just call Buildron with this argument and it will try to auto start and connect to CI server.

On Mac:

open Buildron.app --args autostart

On Windows:

Buildron.exe autostart

If you want to auto start your Windows PC you can configure the auto start time on BIOS and active the autologon on Windows:

How can I suggest a feature for Buildron/Buildron RC?

We'd love to hear you. Please, fork it our open a issue.

How can I get Buildron working with TeamCity?

  • Download Buildron
  • Open it (Mac: Buildron.app | Windows: Buildron.exe)
  • In "Buildron Configuration" screen, select the resolution and click in "Play!"
  • In the next screen type the follow informations:
  • TeamCity IP: your TeamCity server IP
  • UserName: a TeamCity's ADMIN username
  • Password: a TeamCity's ADMIN password
  • Start it (click on arrow image).
  • Enjoy it! ;)

What are the machine requirements to run Buildron?

  • A real graphic card installed on machine
  • DirectX or OpenGL
Clone this wiki locally