Hello, I'm developing a maven plugin to run in jenkins, Why does the method getCiManagent() return null? Shouldn't it return jenkins managent context?
MavenProject mp = (MavenProject) super.getPluginContext().get( "project"); mp.getCiManagement(); "The <CiManagement> element contains informations required to the continuous integration system of the project."(javadoc) Regards. Mauro. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
