On Tue, Nov 22, 2016 at 1:20 AM, sneha shejwal <[email protected]> wrote: > I changed the <parent> POM version to > latest which is 2.2
As of this writing the latest is 2.19. > [ERROR] Undefined reference: hudson/tasks/test/AbstractTestResultAction in > C:\Users\sshejwal\Downloads\delivery-pipeline-plugin-master\target\classes\se\diabol\jenkins\pipeline\domain\results\TestResult.class Did you specify a `jenkins.version` in your POM to select a particular baseline, as you must do when using the 2.x parent? Seems like you are now building against a newer Jenkins release after the split of the `junit` plugin, and you are failing to declare a dependency on that plugin. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3-h-ePUmeVP2-rY24eHnPQAb49Ss9-Ea4Gei3xxx8z1g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
