Hi, I wrote a Jenkins plugin, which has a class which implements ProminentProjectAction. I'm returning the path to the icon in the public String getIconFileName() method.
Everything works as expected when there is one Build step. However, if I specify 3 build steps using my Plugin, the icon is shown in the Jenkins console 3 times on the top. I was wondering if there is a way to return only one instance of the ProjectAction. I looked into the APIs, but I couldn't find anything in the documentation, or in the source code to resolve this issue. Here is the Builder source code: https://github.com/jenkinsci/myst-plugin/blob/master/src/main/java/org/jenkinsci/plugins/myst/MystBuilder.java Regards, Fabio. -- 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]. For more options, visit https://groups.google.com/d/optout.
