Skip to content

Releases: jenkinsci/templating-engine-plugin

2.5.3

09 Jan 16:47
Compare
Choose a tag to compare

What's Changed:

🐛 Bug Fixes

  • Do not save a GString as Keyword.value @jglick (#312)

📖 Documentation

2.5.2

27 Jun 11:48
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📖 Documentation

2.5.1

17 Jun 20:32
Compare
Choose a tag to compare

What's Changed:

🐛 Bug Fixes

📖 Documentation

2.5

10 Jun 16:24
Compare
Choose a tag to compare
2.5

🚨 Please install version 2.5.1 - this version introduces a significant regression preventing multi-branch pipelines from loading libraries.


There is a breaking change for downstream plugins implementing the TemplatePrimitiveInjector extension point though we aren't aware of any downstream extensions.

There are no breaking changes for users of JTE itself.

🚀 Features

🐛 Bug Fixes

⚙️ Internal Code Changes

2.4

08 Mar 02:03
Compare
Choose a tag to compare
2.4

What's Changed:

🚀 Features

  • Set custom path for pipeline configuration file in the source code repository @Jefffrey (#252)

🐛 Bug Fixes

📖 Documentation

2.3

28 Jun 21:14
Compare
Choose a tag to compare
2.3

What's Changed:

🚀 Features

🐛 Bug Fixes

  • Patch bug related to accessing the env variable from a nested block in the pipeline configuration @cokieffebah (#211)

2.2.2

27 Apr 22:53
Compare
Choose a tag to compare

What's Changed:

🐛 Bug Fixes

2.2.1

23 Apr 17:04
Compare
Choose a tag to compare

What's Changed:

🐛 Bug Fixes

  • Stop storing non-serializable TemplatePrimitiveCollector in StageCPS @steven-terrana (#198)
  • DefaultStepInjector fix for namespace

2.1

06 Apr 14:50
Compare
Choose a tag to compare
2.1

What's Changed:

🚀 Features

📖 Documentation

⚙️ Internal Code Changes

  • Expose JTE Primitives via GlobalVariables instead of the TemplateBinding (#192)

This should resolve issues pertaining to:
java.lang.UnsupportedOperationException: Refusing to marshal * for security reasons;

2.0.4

25 Feb 17:33
Compare
Choose a tag to compare

What's Changed:

🐛 Bug Fixes

📘 Documentation