Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-49367

Remove the hardcoded list of plugins in check method of MultiparentCompileHook

XMLWordPrintable

      After this PR is merged MultiParentCompileHook will be the common hook for all plugins that need a custom checkout due to be part of a multimodule project, however having a hardcoded list in the check method makes difficult to add new hooks for plugins that need this, as is very easy to forget to update this list, more if you have no prior knowledge of it.

       

      Also TransformPom hook needs to be modified in a similar way so there is no anymore a hardcoded list of plugins to which you do not have to apply the pom transformation

      A more robust mechanism has to be implemented so adding new hooks for multimodule based plugins is easier and less error prone

            Unassigned Unassigned
            rarabaolaza Raul Arabaolaza
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: