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:
parent
4aac895619
commit
c494239b48
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user