Releases: jenkinsci/tfs-plugin
Releases · jenkinsci/tfs-plugin
1.10 (Dec 30 2009)
- Changed user and domain name regex to be more lenient than only accepting lower case characters. (JENKINS-4600)
- Updated code for more recent Hudson
1.9 (Aug 31 2009)
- Updated TFS SCM to conform with changes in base SCM class. This fixes the NPE when polling a server. (JENKINS-4325)
1.8
- Fixed so when a workspace is removed or wiped on a node, or when the project is deleted or renamed, the TFS workspace will be deleted. (JENKINS-2208)
- Fixed a problem when TF command line tool outputed dates containing p.m. which is not recognized by the default date parsers. (JENKINS-4184)
- The TFS workspace is no longer removed during a build, instead it is removed at the begning of the next build if the Use update flag is not set (JENKINS-3778)
- If workspace name, project path or local folder is changed in the configuration; the next build will remove the TFS workspace and create a new one with the new configuration. (JENKINS-3784)
1.6
- Updated regular expression to avoid StackOverFlowError while parsing long changesets history data (JENKINS-3683)
- Added TFS_PROJECTPATH, TFS_SERVERURL, TFS_USERNAME to the environment variable list (JENKINS-3784)
1.5
- Fixed a problem with diff links for the Team System Web Access repository browser (JENKINS-3780)
- Fixed a problem when comments contained forbidden XML chars (such as &, <, >, etc), which would throw an exception when trying to load the change log. (JENKINS-2229)
1.4
- Fixed a problem with interfacing with the tf tool on linux (JENKINS-2241)
- Fixed a problem with name casing in a resource folder (JENKINS-2229)
- Fixed a problem with workspace names containing a space (JENKINS-2264)
- Fixed a problem if the workspace already existed on another computer it was deleted at the end of the checkout (JENKINS-2268)
- Added the macro ${NODE_NAME} that can be used in a workspace name
- Added very basic support for the opentf client (JENKINS-2277)
- Fixed so the workspace name and work folder path are available as build environmental variables (JENKINS-2266)
- Fixed so the build is not failed if the TF tool returns a exit code for partial success (exit code=1)
- Fixed so invalid characters in the workspace name are replaced with _
- Added support for paramterized builds (server url, project path and workspace name can contain build parameters) (JENKINS-2302)
1.3
- Improved support for Team System Web Access; added links to file content and diffs to previous version.
1.2
- Added support for Team System Web Access repository browser. Now the Changes page has links to TSWA.
- Fixed a bug where the work folder was not cleaned between builds if the job is not using the update feature.
1.1
- Quick release for supporting older Hudsons than 1.234
1.0
- Initial version supporting Microsoft and Teamprise command line clients.