Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix JENKINS-20170
Added the correct path for the Triggers entry
  • Loading branch information
slide committed Oct 30, 2013
1 parent 9e099f7 commit f4f1428
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
import hudson.plugins.emailext.plugins.EmailTrigger
import hudson.plugins.emailext.plugins.trigger.AlwaysTrigger
import hudson.plugins.emailext.plugins.trigger.FailureTrigger

// Namespaces
l = namespace("/lib/layout")
Expand Down Expand Up @@ -64,7 +64,7 @@ f.advanced(title: _("Advanced Settings")) {

def configuredTriggers = instance != null ? instance.configuredTriggers : [FailureTrigger.createDefault()]

f.entry(title: _("Triggers"), help: "/plugin/email-ext/help/projectConfig/triggers.html") {
f.entry(title: _("Triggers"), help: "/plugin/email-ext/help/projectConfig/addATrigger.html") {
f.hetero_list(name: "project_triggers", hasHeader: true, descriptors: triggers, items: configuredTriggers, addCaption:_("Add Trigger"), deleteCaption: _("Remove Trigger"))
}
}

0 comments on commit f4f1428

Please sign in to comment.