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 remaining NET_ASYNC compiler directives to async code. - Added `JenkinsClient.OnBeforeSendRequest` event to allow direct modifications to `WebRequest` before sending.

Jenkins api follows the pattern `{baseUrl}/job/{JOB_NAME}`. However, if we have jobs nested in folders the job the pattern is `{baseUrl}/job/{path}/job/{to}/job/{folder}job/{finalName}`. In the UI, Jenkins shows this job name as `path/to/folder/finalName`....

Jenkins.Net does not currently have a pipeline setup for continuous delivery. Previous pipelines have been setup on Jenkins and (then) Photon, but I am no longer hosting my own servers...

bug
help wanted

Once a client is instantiated we should assume the client is specific to the `BaseUrl`, `UserName`, `ApiToken` and those values should be immutable.

As the title suggests, could you please create tags for the source revisions used for the releases on NuGet?

Enhancement

One of the original usage cases behind designing Jenkins.NET was to be able to run Jenkins Jobs from the command line. This should support starting jobs (no wait), running jobs...

Enhancement

I have a test job at the root of my Jenkins instance named "CheckBuildQueue". If I invoke the Build method with that jobName, all is well. But if move that...

When using this library in a .NET Framework 4.7.2 project, the following exception occurs. Same code in .NET 8.0 works fine. Unhandled Exception: JenkinsNET.Exceptions.JenkinsJobBuildException: Failed to build Jenkins Job '...'!...