- GitHub organization folders now support a default Jenkinsfile. See PR #12.
Multibranch Pipeline with defaults job type will be removed next release.
Pipeline multibranch defaults plugin v1.1 and older created a new Job type named
Multibranch Pipeline with defaults. This is considered a design flaw.
Convert all jobs using this old type to a normal Multibranch Pipeline
job
type.
Multibranch Pipeline with defaults will be removed in a later release.
- Sandbox support has been added for better flexibility in security. See PR #3.
Jenkinsfile
ID is customizable from the config file provider plugin which means different multibranch pipelines may use a different defaultJenkinsfile
. See PR #3, JENKINS-41108.- Job DSL syntax is fixed and now includes new sandbox and customizable
Jenkinsfile
. See PR #3, JENKINS-43285.
- Update code for config-file-provider changes. See PR #1.
Initial release; no notes available.