Examples

Read the examples of setting-up of server hosts.

Examples

  • Allow builds by users jackson and jones, initiated from any host, if the host is at least 75% idle and the time is between 10 P.M. and 6 A.M.
    -host * -user jackson,jones -idle 75 -time 22:00,06:00
  • Allow anyone to use this host for parallel builds between 7 P.M. and 7 A.M.
    -time 19:00,7:00
  • Declare this host to be three times as powerful (able to handle parallel build requests) as a standard host.
    -power 3.0