Releases: jenkinsci/tfs-plugin
5.157.1
These notes are for release 5.157.1.
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.
- Minor:
- BugFix: There was an issue in enabling RM/Pipeline webhook for projects under a folder. Now using full name of the project to ensure webhook works, via pull request #231
- BugFix: Encoding the event payload to UTF-8 before publishing the RM/Pipeline webhook event. This is because the payload checksum is calculated after converting the payload to UTF-8, via pul request #232
5.157.0
These notes are for release 5.157.0.
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.
- Minor:
- Update documentation to reflect rebranding of VSTS as Azure DevOps
5.139.2
These notes are for release 5.139.2.
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.
- Minor:
- Fixing release creation post build action when having multiple artifacts in the release definition, via pull request #198
5.133.0
These notes are for release 5.133.0.
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.
- Major:
- Minor:
- Fixing the TFS/VSTS changeset URL JENKINS-48341, via pull request #190
5.126.0
These notes are for release 5.126.0.
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.
- Major:
- Update VSTS PR Jenkins build status back to VSTS. Thanks to @smile21prc for pull request #175
- Use default values for parameters when value not supplied, via pull request #177
- Add pipeline support. Thanks to @adelcast for pull request #176
- Minor:
- Add code to explicitly require either TLS 1.1 or 1.2, via pull request #179
- Fixing missing import. Thanks to @pvandervelde for pull request #180
5.121.0
These notes are for release 5.121.0.
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.
- Major:
- Minor:
- Ensure TFS/Team Services build variables are added to Jenkins environment variables. Thanks to @jeffyoung for pull request #166.
- Fix memory leak. Thanks to @holgercn for pull request #148.
- Added FindBugs to build. Thanks to @varyvol for pull request #162 and #165.
- Overwrite when getting TFVC files. Thanks to @pescuma for pull request #152.
- Don't include cloaked paths in version history. Thanks to @pescuma for pull request #153.
- Fix to TFS push trigger event. Thanks to @smile21prc for pull request #164.
- Update docs for release 5.3.4. Thanks to @yacaovsnc for pull request #155.
- Updates to readme. Thanks to @mosabua for pull request #156.
- Fixes to .gitignore. Thanks to @mosabua for pull request #157.
- Fixes to FunctionalTests. Thanks to @yacaovsnc for pull request #160.
- Added CheckStyle to the build via pull request #168.
5.3.4
These notes are for release 5.3.4
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.
- Minor:
- Support triggering Multibranch Pipeline jobs within folders from Visual Studio Team Services and Team Foundation Server, via pull request #154. Requires JenkinsQueueJob task v1.115.0 or later.
- Support triggering Multibranch Pipeline jobs within folders from Visual Studio Team Services and Team Foundation Server, via pull request #154. Requires JenkinsQueueJob task v1.115.0 or later.
5.3.3
These notes are for release 5.3.3
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.
- Major:
- JENKINS-40774: Support triggering Pipeline and Multibranch Pipeline jobs from Visual Studio Team Services and Team Foundation Server, via pull request #149.
5.3.2
5.3.1
- Major:
- Add a global configuration option to select the user account name mapping strategy. Thanks to @smalik86 and @smoyen for helping design and test the changes in pull request #140.
- Fix exception when invoked from TFS Release Management (JENKINS-40283). Thanks to @davidstaheli for pull request #142.
- JENKINS-40155: Fix event's scope deserialization, via pull request #143.
- Pushes without commits are ignored. Thanks to @CSchulz, @cniweb and @davidstaheli for their help in fixing this defect via pull request #141.
- Minor: