Skip to content

Commit

Permalink
[FIX JENKINS-42072] support jenkins.branch.BranchEventCause
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Feb 17, 2017
1 parent 72d5486 commit 611a3f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Expand Up @@ -84,6 +84,7 @@ private String internalFindForClass(Class clazz)
defineIconForCause("hudson.plugins.git.GitStatus$CommitHookCause", "git-hook-cause.png");
defineIconForCause("org.jenkinsci.plugins.urltrigger.URLTriggerCause", "url-trigger-cause.png");
defineIconForCause("jenkins.branch.BranchIndexingCause", "branch-indexing-cause.png");
defineIconForCause("jenkins.branch.BranchEventCause", "branch-event-cause.png");
defineIconForCause("org.jenkinsci.plugins.workflow.cps.replay.ReplayCause", "periodic-reincarnation.png");
defineIconForCause("org.jenkinsci.lib.xtrigger.XTriggerCause", "xtrigger.png");
}
Expand Down
Binary file modified src/main/webapp/images/branch-event-cause.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 611a3f3

Please sign in to comment.