James E. Blair | d78576a | 2013-07-09 10:39:17 -0700 | [diff] [blame] | 1 | Since 1.2.0: |
| 2 | |
| 3 | * The Jenkins launcher is replaced with Gearman launcher. An internal |
| 4 | Gearman server is provided, and there is a Gearman plugin for |
| 5 | Jenkins, so migration to the new system should be fairly |
| 6 | straightforward. See the Launchers section of the documentation for |
| 7 | details. |
| 8 | |
| 9 | * The custom parameter function signature now takes a QueueItem as the |
| 10 | first argument, rather than the Change. The QueueItem has the full |
| 11 | context for why the change is being run (including the pipeline, |
| 12 | items ahead and behind, etc.). The Change is still available via |
| 13 | the "change" attribute on the QueueItem. |