Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not A Defect
-
None
-
Jenkins LTS 1.532.1
Flexible publisher plugin 0.12
Jenkins Subversion Tagging Plugin 1.16
Description
For a matrix job you can add flexible publisher as post build action. Afeter that you can choose the wanted action of the flexible publisher.
Unfortunately all existing post build actions are listed there, including those which don't support matrix jobs, e.g. "Perform subversion tagging on successful build" of the Subversion tagging plugin.
Improvement: For matrix jobs filter out actions in flexible publishers action list, that don't support matrix builds.
Attachments
Issue Links
- is related to
-
JENKINS-14494 Need to be able to use Flexible Publish in matrix job post-build actions
-
- Closed
-
-
JENKINS-9683 Support matrix projects
-
- Open
-
I think you misunderstand the problem.
A publisher in a matrix project can work in following two phases:
The latter phase is supported by publishers designed for matrix projects.
Publishers that does not designed for matrix projects works only in former phases.
So, even publishers does not support matrix projects, you can use them in matrix projects and combine with Flexible Publisher.
It is not necessary to filter them out.