-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When I have a clone-workspace post-build action configured, it doesn't show up in the list of options for selection on a consuming project.
I'm currently able to get around this by temporarily populating a "dummy" clone-workspace post-build action and then making the selection in my consuming project. Then I can delete it from the "producing" project.
Any time I edit the consuming project however, I have to make sure the dummy is recreated, otherwise I lose the setting.
Is there any way to make clone workspace aware of flexible publish?
Clone-workspace-scm plugin lists up project that configured with CloneWorkspacePublisher, and fails to know a project is configured with that publisher when it is wrapped in flexible-publish.
https://github.com/jenkinsci/jenkins-clone-workspace-scm-plugin/blob/clone-workspace-scm-0.6/src/main/java/hudson/plugins/cloneworkspace/CloneWorkspaceSCM.java#L347
Though there's no "best" way as Jenkins doesn't support nesting publishers like flexible-publish, there're following ways clone-workspace-scm can do:
Anyway, there's nothing flexible-publish can do for this issue...