Skip to content

Release version 3.1.0

Compare
Choose a tag to compare
@mnonnenmacher mnonnenmacher released this 07 Feb 12:29
· 89 commits to master since this release
  • Upgrade job-dsl-core to 1.67.
  • Process Job DSL scripts in specific order. Scripts from the same folder are processed in alphabetical order and before
    any scripts from subfolders. Subfolders are also processed in alphabetical order.
  • Fix #65 - PipelineBuilder: Add common DSL Closure only once when PipelineBuilder.build() is called multiple times.