Skip to content

Commit

Permalink
[JENKINS-38932] Support XTrigger Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Oct 15, 2016
1 parent 0bd6c1f commit 9f474dc
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("stashpullrequestbuilder.stashpullrequestbuilder.StashCause", "github-pull-request-cause.png");
defineIconForCause("jenkins.branch.BranchIndexingCause", "branch-indexing-cause.png");
defineIconForCause("org.jenkinsci.plugins.workflow.cps.replay.ReplayCause", "periodic-reincarnation.png");
defineIconForCause("org.jenkinsci.lib.xtrigger.XTriggerCause", "xtrigger.png");
}

private static void defineIconForCause(Class clazz, String path) {
Expand Down
Binary file added src/main/webapp/images/xtrigger.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 9f474dc

Please sign in to comment.