ff0ecac7c6
Main feature to use multibranch with defaults project type is build configuration mode with default groovy script stored in global Jenkins store provided by config-file provider plugin. Options "script-id" and "sandbox" fully implements this feature. Besides both project type support "script-path" and "script-id" mode. It may be convenient to switch mode without changing project type in order to save project history. Change-Id: I4cd62e69c9abe7d8fc2e0dfdbe25d8b07ddf51c5
8 lines
171 B
YAML
8 lines
171 B
YAML
name: 'demo-multibranch-defaults'
|
|
project-type: multibranch-defaults
|
|
scm:
|
|
- github:
|
|
repo: 'foo'
|
|
repo-owner: 'johndoe'
|
|
credentials-id: 'secret'
|