Le 19 févr. 2015 16:06, "Kirill" <yam...@gmail.com> a écrit :
>
> Hi,
>
> I'm new to Jenkins plugin development. Looks like plugins like Git or
Maven plugin are able to add stuff to build's details (see example
attached).
> As a result, there are different sections - "Changes", "Triggered by",
"Test result", etc. How are they added? My understanding is that they
appear on build's details page if there's "summary.jelly" defined for
extension (Action). Is this correct? That question #1.
> Question #2 is - can I alter other summary sections (like "Changes"),
created by other plugins used in the build?

That's totally dependent on those plugins. Jenkins indeed defines a bunch
of core extension points which the plugins are using. And any plugin can
also define its own set of extension point (that might be THE reason of
Jenkins' success BTW).
So to answer here you'll have to ask or check a given part to see if the
generating plugin defines an EP.

>
> Regards,
> Kirill.
>
> --
> 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 jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-dev/ee4f5aee-536e-4770-9ad0-2de6896a1f4e%40googlegroups.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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS4i-%3DHT6tYkGt_2A%3DJUBZUyUSyBJA3TOvuA7rg%2BvPYM5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to