-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: instant-messaging-plugin
-
Labels:None
-
Similar Issues:
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() +
- is duplicated by
-
JENKINS-7730 Useless message when running builds with matrix configuration
-
- Resolved
-
Field | Original Value | New Value |
---|---|---|
Summary | Plugin should use project.getFullDisplyaName() instead of project.getName() | Plugin should use project.getFullDisplayName() instead of project.getName() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Link |
This issue is duplicated by |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Workflow | JNJira [ 136655 ] | JNJira + In-Review [ 187252 ] |