jenkinsci / build-name-setter-plugin

Build Name Setter Plugin for Jenkins CI
https://plugins.jenkins.io/build-name-setter/
MIT License
34 stars 51 forks source link

plugin does not work with jenkins 2.277.1 #63

Closed vincentrussell closed 3 years ago

vincentrussell commented 3 years ago

Version report

Jenkins and plugins versions report: Jenkins 2.277.1

This is the fix:

diff --git a/pom.xml b/pom.xml index a7f02b0..ee84ee5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@

org.jenkins-ci.plugins plugin - 3.39 + 4.16
 <artifactId>build-name-setter</artifactId>

@@ -15,8 +15,9 @@

https://github.com/jenkinsci/build-name-setter-plugin
 <properties>
paulvi commented 3 years ago

It is not clear what the change is, please format you code with "```" before and after or better create Pull Request

paulvi commented 3 years ago

@vincentrussell Note that 2.277.2 is already out https://www.jenkins.io/changelog-stable/

vincentrussell commented 3 years ago

k...sorry about that. I'll try to create a pull request today. Thank you for looking at this. And I see the note about 2.277.2

vincentrussell commented 3 years ago

just created pull request https://github.com/jenkinsci/build-name-setter-plugin/pull/66

Thanks,