-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: maven-plugin
-
Labels:None
-
Similar Issues:
https://groups.google.com/forum/#!topic/jenkinsci-dev/UtZzYLPQ5JM
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.
Solution from Daniel Beck :
http://javadoc.jenkins-ci.org/hudson/model/Actionable.html#getActions%28%29 doesn't returns transient actions. It is deprecated and must be replaced by http://javadoc.jenkins-ci.org/hudson/model/Actionable.html#getAllActions%28%29
- links to
Code changed in jenkins
User: Arnaud Heritier
Path:
src/main/resources/hudson/maven/MavenModuleSet/index.jelly
http://jenkins-ci.org/commit/maven-plugin/619fb44aa2c29edce9a6c3c74ec055dedd162630
Log:
Merge pull request #59 from dbmeneses/transient_actions_project_page
JENKINS-33387: Include transient actionsCompare: https://github.com/jenkinsci/maven-plugin/compare/3ba74bd9564c...619fb44aa2c2