IvyPlugin incorrectly calculates triggers builds for nested modules

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      A project containing modules e.g.
      ModuleA/ModuleA.Child1

      Looks like isDescendantOf is returning the first match instead of checking for paths that should be excluded.

      private boolean isDescendantOf(ChangeLogSet.Entry e, IvyModule mod) {
      for (String path : e.getAffectedPaths())
      if (path != null && path.startsWith(mod.getRelativePathToModuleRoot()))
      return true;
      return false;
      }

            Assignee:
            Timothy Bingaman
            Reporter:
            Ray Munian
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: