Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

null511/Jenkins.NET

Open more actions menu

Repository files navigation

Jenkins.NET

C# .NET wrapper for Jenkins HTTP/REST API. Supports .NET Framework 4.0; 4.5 and .NET Standard 2.0, as well as the asynchronous programming model. Package available on NuGet.

This project is now considered stable, and not actively being developed. However, if you find a bug or feature missing please file an Issue here on GitHub and I will adress it as soon as possible. Thank you for your interest!

Visit the Wiki for Code Examples.


JenkinsClient

  • Get - Returns the description of the Jenkins node.

JenkinsClient.Jobs

  • Build - Queues a Job to be built.
  • BuildWithParameters - Queues a Job to be built with parameters.
  • Get - Returns the description of a Job.
  • GetConfiguration - Returns the configuration of the Job.
  • UpdateConfiguration - Updates the configuration of an existing Job.
  • Create - Creates a new Job using the provided Job configuration.
  • Delete - Deletes an existing Job.

JenkinsClient.Builds

  • Get - Returns a Build description.
  • GetConsoleOutput - Returns the console output of a Build. May be truncated.
  • GetProgressiveText - Returns the progressive text output of a Build, starting from the specified index.
  • GetProgressiveHtml - Returns the progressive HTML output of a Build, starting from the specified index.

JenkinsClient.Queue

  • GetItem - Returns a Queue item representing a pending Build.

JenkinsClient.Artifacts

  • Get - Returns an Artifact from a specified Build.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.