The Nuget plugin integrates the Microsoft Nuget code sharing system into Jenkins.
Supported features
- trigger jobs when a NuGet dependency is updated
- publish packages to NuGet repositories
The Nuget plugin can be installed from any Jenkins installation connected to the Internet using the Plugin Manager screen.
The path to NuGet.exe
is configurable. NuGet.exe
uses config file in %APPDATA%\Nuget\Nuget.config
(location depending on actual user used by Jenkins.
NuGet repositories can be configured in global configuration along with corresponding API keys. These repositories can then be used in jobs to publish packages.