Awesome! that lead me to the right spot

jenkinsRule.createProject(MavenModuleSet.class, "mavenBuildProject");

ToolInstallations.configureDefaultMaven("apache-maven-3.0.1",
Maven.MavenInstallation.MAVEN_30);

Just in case anyone else runs into this in the future
https://github.com/saucelabs/jenkins-sauce-ondemand-plugin/pull/7 is the
complete but very minor list of changes I made to get the latest version
working. Mostly removing dependancies from the pom file and fixing the new
inherited tests.


On Fri, Jul 8, 2016 at 4:03 PM, Jesse Glick <[email protected]> wrote:

> 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 a topic in the
> Google Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-dev/3BJFxoykC6c/unsubscribe.
> To unsubscribe from this group and all its topics, 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.
>

-- 
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/CAG%3D_Duuhv7w9cLSe2xcHwKxtik6sZHZAF5kF2nUOvgYf_t%2BqmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to