Hi, I'm using a TransientActionFactory to create a ProminentProjectAction which exposes a jobMain.jelly that should be rendered in the Project page, both for Freestyle Jobs and Maven Jobs. It's working fine for Freestyle Jobs but not for Maven jobs.
I'm not sure where the jobMain.jelly is included in the Maven Job project, but it appears to be here: https://github.com/jenkinsci/maven-plugin/blob/master/src/main/resources/hudson/maven/MavenModuleSet/index.jelly#L71. If that's the case, it supports the jobMain.jelly as AbstractProjects does for FreestyleJobs, so I don't understand the different behaviour. Does anyone know what could be the problem? Thanks. Duarte Meneses -- 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/0895b016-785b-4224-b6e9-7fe3615f2ba8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
