Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-9505

Add description as "release #${release.version}"

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • m2release-plugin
    • None

      Possibility to set description of build (usually there is build #1) but it's would be fine to add description as for example "release ${release.version}

          [JENKINS-9505] Add description as "release #${release.version}"

          aristedes added a comment -

          Align the way this plugin works to the jenkins release plugin, which is to set an automatic description for the build. This helps identify the release builds more easily. This is simple if there is only one module or all modules are set to the same version. In the case where different versions are assigned to different modules, then set the description to "Release [various]".

          aristedes added a comment - Align the way this plugin works to the jenkins release plugin, which is to set an automatic description for the build. This helps identify the release builds more easily. This is simple if there is only one module or all modules are set to the same version. In the case where different versions are assigned to different modules, then set the description to "Release [various] ".

          aristedes added a comment -

          Now that various modules can no longer have different versions, this is even easier. Here is the line of code that does the equivalent thing in the release plugin:

          https://github.com/jenkinsci/release-plugin/blob/master/src/main/java/hudson/plugins/release/ReleaseWrapper.java#L210

          aristedes added a comment - Now that various modules can no longer have different versions, this is even easier. Here is the line of code that does the equivalent thing in the release plugin: https://github.com/jenkinsci/release-plugin/blob/master/src/main/java/hudson/plugins/release/ReleaseWrapper.java#L210

          Peter Hayes added a comment -

          I think it would be nicer to have the release version be the build display name. Sometimes the display name can get a little long but it looks really good in the Jenkins UI to see the real release version as the build name.

          Peter Hayes added a comment - I think it would be nicer to have the release version be the build display name. Sometimes the display name can get a little long but it looks really good in the Jenkins UI to see the real release version as the build name.

          Anders Hammar added a comment -

          You get this info on the release badge, isn't that enough?

          Anders Hammar added a comment - You get this info on the release badge, isn't that enough?

          aristedes added a comment -

          I no longer care about this feature since I've moved away from maven.

          aristedes added a comment - I no longer care about this feature since I've moved away from maven.

            Unassigned Unassigned
            cecrdle Milan Čečrdle
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: