swolk commented on Bug JENKINS-25085

Hi Paul, email-ext relies on your P4ChangeEntry.getAffectedPaths and P4ChangeEntry.getAffectedFiles methods. If getAffectedFiles is not implemented as is the case here, then getAffectedPaths is used. From my testing, getAffectedPaths is not returning any values, can you check that? Also, since getAffectedPaths relies on paths relative to workspace which is not really what I want, can you you just implement getAffectedFiles, which could just return getFiles value?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to