Skip to content

3.0.0 (Oct 23 2013)

Pre-release
Pre-release
Compare
Choose a tag to compare
@olivierdagenais olivierdagenais released this 26 Feb 11:26
· 1014 commits to master since this release
  • Now using the TFS SDK for Java to obtain richer information about committers/culprits. (pull request #17)
  • If you get an UnsatisfiedLinkError, either:
    • Please upgrade to 3.0.1 at your earliest convenience

    • Work around the defect by defining the com.microsoft.tfs.jni.native.base-directory property to point to the tfs plugin's native folder.
      For example, add the following to the /service/arguments element of jenkins.xml, before the -jar argument:

      "-Dcom.microsoft.tfs.jni.native.base-directory=C:\Program Files (x86)\Jenkins\plugins\tfs\WEB-INF\lib\native"