Releases: jenkinsci/tfs-plugin
Releases · jenkinsci/tfs-plugin
3.0.1 (Oct 25 2013)
- 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)
- 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'snative
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)
1.20 (Sep 17 2011)
- Fixed so the plugin is Java 5 compatible (JENKINS-11026)
1.19 (Sep 05 2011)
- Fixed the problem of getting the change set number from the checked out workspace. (JENKINS-10900)
1.18 (Sep 01 2011)
- 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)
- Reverted the fix that changed the way how URLs to TSWA was built. (JENKINS-7394)
1.16 (Mar 7 2011)
- 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)
- 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)
- Fixed a problem when the server with the workspaces contained a dash. (JENKINS-4666, JENKINS-4726)