Jenkins : Nuget Plugin

Plugin Information

View Nuget on the plugin site for more information.

Older versions of this plugin may not be safe to use. Please review the following warnings before using an older version:

A Jenkins plugin allowing to:

  • trigger a job when a NuGet dependency is updated.
  • publish packages to NuGet repositories
The path to the NuGet exe is configurable. NuGet.exe uses config file in %APPDATA%\Nuget\Nuget.config (location depends on user Jenkins is running as).
NuGet repositories can be configured in global configuration along with corresponding API keys. These repositories can then be used in jobs to publish packages.

Changelog

Release 0.7

  • JENKINS-43260 - Nuget plugin reports a circular dependency issue on startup Resolved
  • JENKINS-38022 - Create a verbose logging option for Nuget trigger Resolved

Release 0.6

  • JENKINS-25277 - NuGet Plugin Job Root NullPointerException Resolved
  • JENKINS-34420 - Allow triggering on new prerelease versions Resolved
  • JENKINS-36343 - Allow publishing to a custom path Resolved
  • JENKINS-35316 - Nuget plugin publication succeeds when nupkg doesn't exist Resolved

Release 0.5

  • Added publication to NuGet repositories.
  • Added French localization.

Release 0.4

  • Fixed NuGet polling on remote slave.

Release 0.3

  • Added support for Run Condition Plugin, so Nuget trigger can be an option in the Conditional BuildStep Plugin or Flexible Publish Plugin.

Release 0.2

  • Fixed issue where NuGet exe path wasn't loaded on Jenkins restart

Release 0.1

  • Initial release