Skip to content

Releases: jenkinsci/tfs-plugin

3.0.1 (Oct 25 2013)

26 Feb 11:28
Compare
Choose a tag to compare
  • Fixes UnsatisfiedLinkError when path to plugin contains spaces. Thanks to Jesse Jacob for reporting and helping diagnose the problem. (pull request #18)

3.0.0 (Oct 23 2013)

26 Feb 11:26
Compare
Choose a tag to compare
3.0.0 (Oct 23 2013) Pre-release
Pre-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"

2.0 (Sep 4 2013)

26 Feb 11:22
Compare
Choose a tag to compare
  • Add support for "modern polling" (pull request #12)
  • Use an absolute path when mapping working folder (pull request #13)
  • Add support for polling without needing a workspace (pull request #14)
  • Expose changesetVersion and projectPath to API (pull request #16)

1.20 (Sep 17 2011)

30 Jan 05:41
Compare
Choose a tag to compare
  • Fixed so the plugin is Java 5 compatible (JENKINS-11026)

1.19 (Sep 05 2011)

30 Jan 05:49
Compare
Choose a tag to compare
  • Fixed the problem of getting the change set number from the checked out workspace. (JENKINS-10900)

1.18 (Sep 01 2011)

30 Jan 05:50
Compare
Choose a tag to compare
  • Fixed so german output from the tfs tool can be parsed properly. (JENKINS-10784)
  • Added new env variable containing the TFS change set number TFS_CHANGESET. mzagar contributed the fix. (JENKINS-6078)

1.17 (Mar 10 2011)

30 Jan 05:50
Compare
Choose a tag to compare
  • Reverted the fix that changed the way how URLs to TSWA was built. (JENKINS-7394)

1.16 (Mar 7 2011)

30 Jan 05:51
Compare
Choose a tag to compare
  • Fixed so a build no longer throws a NullPointerException when the node that it was previous built on was deleted. (JENKINS-8322)
  • Updated the TFS Web Access URLs so they work with TFS 2008. (JENKINS-7394)

1.12 (Jan 4 2011)

30 Jan 05:52
Compare
Choose a tag to compare
  • Fixed so changes that was committed after the workspace was updated is not included into the change log. (JENKINS-6596)
  • Fixed so the date is parsed using the correct keyword. (JENKINS-6454)
  • Updated plugin so it works with the TEE command line tool. (JENKINS-6870)
  • Added support for change sets that has been checked in by a user not responsible for the change. (ie /Author checkins) (JENKINS-4943)

1.11 (Feb 1 2010)

30 Jan 05:52
Compare
Choose a tag to compare
  • Fixed a problem when the server with the workspaces contained a dash. (JENKINS-4666, JENKINS-4726)