This commit is contained in:
parent
0f45b38432
commit
edb56e96dc
22 changed files with 134 additions and 82 deletions
|
@ -7,7 +7,7 @@ import buildbot.plugins
|
|||
import pipeline.common
|
||||
|
||||
|
||||
def populate(ENVIRONMENT):
|
||||
def populate(environment):
|
||||
properties = [
|
||||
buildbot.plugins.util.BooleanParameter(
|
||||
name="needs_package_delivery",
|
||||
|
@ -19,7 +19,7 @@ def populate(ENVIRONMENT):
|
|||
]
|
||||
|
||||
return pipeline.common.create_pipeline(
|
||||
ENVIRONMENT,
|
||||
environment,
|
||||
"doc-developer",
|
||||
"doc_developer.py",
|
||||
["update", "compile", "deliver"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue