document JJB module execution order

Jenkins executes the JJB modules in a specific order.
It helps users to understand the order when creating
jenkins jobs.

Change-Id: I134ccf927cb387a0d112a8bedb446fe96196eb84
This commit is contained in:
zaro0508 2013-07-16 10:20:04 -07:00
parent 4aac895619
commit c494239b48
1 changed files with 17 additions and 0 deletions

View File

@ -312,3 +312,20 @@ The bulk of the job definitions come from the following modules.
triggers
wrappers
zuul
Module Execution
----------------
The jenkins job builder modules are executed in sequence.
Generally the sequence is:
#. parameters/properties
#. scm
#. triggers
#. wrappers
#. prebuilders (maven only)
#. builders (maven, freestyle, matrix, etc..)
#. postbuilders (maven only)
#. publishers/reporters/notifications