
git-scm clean after and before extensions take an optional parameter to remove untracked nested git repositories Added support to specify such options while maintaining the previous specification for after and before clean extensions, although a deprecation message will be shown Signed-off-by: sp-ricard-valverde <ricard.valverde@socialpoint.es> Change-Id: I0ff101bbc68fc81f390b27fe5690f8821fdea1d0
9 lines
238 B
YAML
9 lines
238 B
YAML
scm:
|
|
- git:
|
|
url: https://github.com/openstack-infra/jenkins-job-builder.git
|
|
clean:
|
|
after:
|
|
remove-stale-nested-repos: true
|
|
before:
|
|
remove-stale-nested-repos: true
|