Skip to content
Damien Coraboeuf edited this page Jun 13, 2016 · 3 revisions

In some contexts, some additional steps might need to be added in order to setup additional tools (like setting up an environment) when generating a project.

Configuration

The list of project extensions is defined using the Extra DSL for project generation parameter. It defines a Jenkins Job DSL snippet which will be injected in the generated project seed job.

Example

Project extension

Remember that SEED_PROJECT, SEED_BRANCH and BRANCH are injected as environment variables in the branch seed job.

See also

Clone this wiki locally