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

Plugin should use project.getFullDisplayName() instead of project.getName()

XMLWordPrintable

      Seems like its only using the name of the matrix build/configuration when notifying:

      Starting build 226 for job jdk=1.6,label=ubuntu (previous build: STILL FAILING -- last SUCCESS #223 14 hr ago)
      

      Not very helpful for identifying which project this build is for...

      Stuff like this:

      final String message = "Build " + build.getProject().getName() +
      

      Should be:

      final String message = "Build " + build.getProject().getFullDisplayName() +
      

            kutzi kutzi
            user57 user57
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: