Files
kubesphere/pkg/simple/client/devops/jenkins
shaowenchen 1adb9b4aba fix crendential sync
Signed-off-by: shaowenchen <mail@chenshaowen.com>
(cherry picked from commit 2dcabb0bdb)
2020-09-08 16:59:30 +08:00
..
2020-08-21 15:21:46 +08:00
2020-08-05 15:54:17 +08:00
2020-09-08 16:59:30 +08:00
2020-05-22 14:56:34 +08:00
2020-08-05 15:54:17 +08:00
2020-04-01 15:21:15 +08:00
2020-02-04 10:40:36 +08:00
2020-07-15 17:51:08 +08:00
2020-02-04 10:40:36 +08:00
2020-08-05 15:54:17 +08:00
2020-08-05 15:54:17 +08:00
2020-08-05 15:54:17 +08:00
2020-08-05 15:54:17 +08:00
2020-08-05 15:54:17 +08:00
2020-02-04 10:40:36 +08:00
2020-08-05 15:54:17 +08:00
2020-03-18 14:48:41 +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