--
You received this message because you are subscribed to the Google Groups "job-dsl-plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to job-dsl-plugi...@googlegroups.com.
To post to this group, send email to job-dsl...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/job-dsl-plugin/40fa84a8-3bc2-469e-bc5b-869ff324ab32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/job-dsl-plugin/9e4d315d-ebb6-4d33-9111-d2f7dc481505%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "job-dsl-plugin" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/job-dsl-plugin/l0mDRCt4Jn0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to job-dsl-plugi...@googlegroups.com.
To post to this group, send email to job-dsl...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/job-dsl-plugin/CAKqW32D9FR--yyRg1%2BuPDx0Om53pfoFaYO%2BdAaoBRVu0KegVeg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/job-dsl-plugin/CANRi_c6CSvJxha-9EFfVmZ3u29MCT1JFKJDEDfz9Lt_jcshjtw%40mail.gmail.com.
The example posted did not work for me with Jenkins 2.7.1 and TFS plugin 4.1 - I was getting a NRE in the job as soon as it started:
Started by user anonymousBuilding in workspace D:\JenkinsWorkspaces\DSL-Tutorial-2-TestFATAL: nulljava.lang.NullPointerExceptionat hudson.plugins.tfs.TeamFoundationServerScm.getWorkspaceName(TeamFoundationServerScm.java:175)at hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:239)at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)at hudson.model.Run.execute(Run.java:1741)at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)at hudson.model.ResourceController.execute(ResourceController.java:98)at hudson.model.Executor.run(Executor.java:410)Finished: FAILURE