Skip to content

Commit

Permalink
[FIX JENKINS-36320] Meaningless job names with Folders or Pipeline Mu…
Browse files Browse the repository at this point in the history
…ltibranch Plugin
  • Loading branch information
batmat committed Nov 5, 2016
1 parent 897f5de commit 08d1f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/model/JobViewEntry.java
Expand Up @@ -69,7 +69,7 @@ public JobViewEntry(RadiatorView radiatorView, Job<?, ?> job) {
* @see hudson.model.IViewEntry#getName()
*/
public String getName() {
return job.getName();
return job.getFullName();
}

/*
Expand Down

0 comments on commit 08d1f94

Please sign in to comment.