Hi, if you do not see visual components of your plugin after installation,
visit script console of your instance and make sure the plugin is loaded*
and your implementations of extension points are registered**.
* `println(Jenkins.instance.pluginManager.plugins)` should list your plugin
*
`println(Jenkins.instance.getExtensionList(<<EXTENSION_POINT_TYPE>>.class))`
should list your implementation
[1] https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console
--
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/groups/opt_out.