Skip to content

Releases: jenkinsci/tfs-plugin

5.157.1

20 Feb 04:34
Compare
Choose a tag to compare

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

13 Aug 14:27
Compare
Choose a tag to compare

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

01 Aug 18:09
Compare
Choose a tag to compare

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

23 Mar 14:54
Compare
Choose a tag to compare

These notes are for release 5.133.0.
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.

  • Major:
    • Update POMs and cleanup the dependencies/code. Thanks to @oleg-nenashev for pull request #192
    • Release configuration and archiving VSTS logs improvement, Thanks to @zackliu for pull request #189
    • Use owner instead of committer as author. Thanks to @adelcast for pull request #188
  • Minor:

5.126.0

09 Nov 20:25
Compare
Choose a tag to compare

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

18 Aug 19:52
Compare
Choose a tag to compare

These notes are for release 5.121.0.
Other releases and their notes can be found at the tfs-plugin GitHub Releases page.

  • Major:
    • Jenkins-40806 bug fix. Thanks to @varyvol for pull request #144.
    • Added Application Insights telemetry via pull request #163.
    • Added JenkinsEventNotifier to send Job Completion events back to TFS/VSTS via pull request #167.
  • 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

10 Mar 19:56
Compare
Choose a tag to compare

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.
       

5.3.3

27 Feb 19:50
Compare
Choose a tag to compare

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

27 Feb 19:33
Compare
Choose a tag to compare
5.3.2 Pre-release
Pre-release

Incomplete release due to configuration error, please ignore.

5.3.1

14 Jan 04:57
Compare
Choose a tag to compare
  • 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:
    • Clarified documentation on SCM trigger configuration. Thanks to @CSchulz for pull request #139.