Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: maven-plugin
-
Labels:None
-
Similar Issues:
Description
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
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Remote Link | This issue links to "PR#59 (Web Link)" [ 14042 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 169301 ] | JNJira + In-Review [ 198578 ] |