Files
kubesphere/pkg/gojenkins
runzexia 935a2aed5b add devops owners
Signed-off-by: runzexia <runzexia@yunify.com>
2019-08-01 21:09:02 +08:00
..
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-06-23 13:32:01 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-05-06 17:37:24 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-08-01 21:09:02 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00
2019-04-24 17:35:31 +08:00

Jenkins API Client for Go

About

Jenkins is the most popular Open Source Continuous Integration system. This Library will help you interact with Jenkins in a more developer-friendly way.

Fork From https://github.com/bndr/gojenkins

These are some of the features that are currently implemented:

  • Get information on test-results of completed/failed build
  • Ability to query Nodes, and manipulate them. Start, Stop, set Offline.
  • Ability to query Jobs, and manipulate them.
  • Get Plugins, Builds, Artifacts, Fingerprints
  • Validate Fingerprints of Artifacts
  • Get Current Queue, Cancel Tasks
  • etc. For all methods go to GoDoc Reference.

Add some features:

  • Credentials Management
  • Pipeline Model Converter
  • RBAC control