a833d1fde6
This adds a job type "githuborg", which creates multibranch pipelines for all repos in the org that contain the specified Jenkinsfile. Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: I148e2300f3b1ee148b51d25a2a805ed0b5a97862
13 lines
239 B
YAML
13 lines
239 B
YAML
name: githuborg-job-full
|
|
project-type: githuborg
|
|
project: example-project
|
|
|
|
periodic-folder-trigger: 2h
|
|
prune-dead-branches: false
|
|
number-to-keep: 10
|
|
days-to-keep: 90
|
|
script-path: some.Jenkinsfile
|
|
|
|
github-org:
|
|
repo-owner: example-owner
|