File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 33This file contains all of the notable changes from Jervis releases. For the
44full change log see the commit log.
55
6+ # jervis 2.3 - Jan 16th, 2026
7+
8+ - Fixes a core but in MultiePlatformGenerator preventing its use as a
9+ replacement for PipelineGenerator. Expanded test coverage of
10+ MultiPlatformGenerator to account for gaps.
11+ - Added spotless autoformat for YAML and Groovy code.
12+
613# jervis 2.2 - Jan 11th, 2026
714
815## Bug fixes
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ include it in your build tool.
114114<dependency >
115115 <groupId >net.gleske</groupId >
116116 <artifactId >jervis</artifactId >
117- <version >2.2 </version >
117+ <version >2.3 </version >
118118 <type >pom</type >
119119</dependency >
120120```
@@ -137,7 +137,7 @@ configurations {
137137}
138138
139139dependencies {
140- libs 'net.gleske:jervis:2.2 '
140+ libs 'net.gleske:jervis:2.3 '
141141}
142142
143143task cleanLibs(type: Delete) {
@@ -200,7 +200,7 @@ See [SonarQube README](sonarqube/README.md).
200200 limitations under the License.
201201
202202[ commits-since ] : https://img.shields.io/github/commits-since/samrocketman/jervis/latest/main
203- [ commits-since-diff ] : https://github.com/samrocketman/jervis/compare/jervis-2.2 ...HEAD
203+ [ commits-since-diff ] : https://github.com/samrocketman/jervis/compare/jervis-2.3 ...HEAD
204204[ jenkins-plugin-docker ] : https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin
205205[ jenkins-plugin-job-dsl ] : https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin
206206[ jenkins ] : https://jenkins-ci.org/
Original file line number Diff line number Diff line change 1- version =2.3-SNAPSHOT
1+ version =2.3
You can’t perform that action at this time.
0 commit comments