| (not the OP, but my interpretation; may be misinterpreting something) Build periodically/Schedule Job (ie: cron) works fine as an ongoing solution, if you wan to repeatedly run the job on a schedule. At the other end of the spectrum you have "Build Now". We have a number of scenarios where we want to build not now, but later today. It's essentially the difference between using UNIX cron and at, or running a command immediately. It is not convenient to change the configuration of the job so it can run later, then undo the change once run. Also, unless you have Job Configure, that option is not available to you. It should be available to users who have only Job | Build. |