Jenkins.NET icon indicating copy to clipboard operation
Jenkins.NET copied to clipboard

C# .NET wrapper for Jenkins HTTP/REST API.

Results 28 Jenkins.NET issues
Sort by recently updated
recently updated
newest added

Added a "Node" Client to query computer list

We propose gitversion for automatic versioning of Jenkins.Net nuget package. More info https://gitversion.net/docs/why

The check `!string.IsNullOrEmpty(buildItem?.Result)` exits the `while` statement in `Jenkins.Net/Utilities/JenkinsJobRunner.cs:227` on the first finished stage of the job, but not when the whole job is complete. We propose to check the...

Expected Behavior Tried to make calls to build and Get however get following error: Unable to read data from the transport connection: An existing connection was forcibly closed by the...

bug

This adds code to fetch the node status

Hello, I am trying to download a file from Jenkins. The authentication part, using the API token works correctly. However, I constantly get "error 404 not found" when trying to...

Hi, I'm using this library with instances of Jenkins deployed in Openshift, that support OAuth integration with the cluster and token auth via their login plugin. This library works well...

When delete the job,get a 302 Found result.Then Jenkins.NET throw a JenkinsNetException.In fact,the job is deleted.