On Fri, Jul 8, 2016 at 6:58 PM, Gavin Mogan <[email protected]> wrote: > I can no longer run the tests that call > jenkinsRule.configureDefaultMaven and createMavenProject
For `configureDefaultMaven`, add a `test`-scoped dependency on `jenkins-test-harness-tools`. For `createMavenProject`, just use `rule.jenkins.createProject(MavenProject.class, "name")`. -- 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/CANfRfr3eLs%3DU8TpRfVAJ1%3DwLB46PBUTao9fS4uDjzF3cKmH9KQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
