-
Bug
-
Resolution: Fixed
-
Minor
-
20:00 $ java -version
openjdk version "1.8.0_272"
OpenJDK Runtime Environment (build 1.8.0_272-8u272-b10-0ubuntu1~20.04-b10)
OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode)
✔ ~/workspace/git-changelog/git-changelog-plugin [master {origin/master}|✔]
20:03 $ mvn --version
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 1.8.0_272, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: sv_SE, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-52-generic", arch: "amd64", family: "unix"
20:00 $ java -version openjdk version "1.8.0_272" OpenJDK Runtime Environment (build 1.8.0_272-8u272-b10-0ubuntu1~20.04-b10) OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode) ✔ ~/workspace/git-changelog/git-changelog-plugin [master {origin/master}|✔] 20:03 $ mvn --version Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 1.8.0_272, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: sv_SE, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-52-generic", arch: "amd64", family: "unix"
Initially reported here:
https://github.com/jenkinsci/git-changelog-plugin/issues/53
When using the snippet generator, the "type" select field is not populated:
It is populated when using Jenkins 2.243 but is not with 2.244. I tested with latest version from the git-changelog-plugin Git repo. Which is why I suspect this is a problem with the core.
This works:
mvn -q hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.243 -Denforcer.skip=true
This does not work:
mvn -q hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.244 -Denforcer.skip=true
Code: