Then I misunderstood. Let me rephrase the question then: How can I implement what I am trying to implement with only one Action of a given type?
Currently, I call build.addAction() from within the perform() of the custom build step. I now understand that this is wrong, but I do want a link on the left menu per build step. On Fri, Jan 27, 2017 at 6:47 PM, Jesse Glick <[email protected]> wrote: > On Fri, Jan 27, 2017 at 11:36 AM, Moshe Cohen <[email protected]> wrote: > > So am I limited to only use this custom build set once within a build? > > That is not what I said at all. I said there should only be one > `Action` of a given type. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/jenkinsci-dev/T7rhNevEOQ8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-dev/CANfRfr1R3Bqsrs13jZRFd5uJKHjdp > 0oDN7hN9pe2MNUPgmJr2w%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAL%3Dvx5tT1CkzUue1KaRG%2BPAfZ44Cdw8Zu_nsYB4%2B7hZ-%2BjqP0A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
