Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 1.55 KB

v2.1 Released Sep 11, 2019

New features

  • GitHub organization folders now support a default Jenkinsfile. See PR #12.

Warnings

Multibranch Pipeline with defaults job type will be removed next release.

v2.0 Released Oct 1, 2018

Warnings

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.

New features

  • 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 default Jenkinsfile. See PR #3, JENKINS-41108.
  • Job DSL syntax is fixed and now includes new sandbox and customizable Jenkinsfile. See PR #3, JENKINS-43285.

v1.1 Released Jan 5, 2017

  • Update code for config-file-provider changes. See PR #1.

v1.0 Released Nov 18, 2016

Initial release; no notes available.