Files
kubesphere/pkg/simple/client/devops/jenkins
runzexia 1a6f563da1 Merge branch 'dev' into devops-refactor
# Conflicts:
#	cmd/controller-manager/app/controllers.go
#	hack/generate_client.sh
#	pkg/client/clientset/versioned/clientset.go
#	pkg/client/clientset/versioned/fake/clientset_generated.go
#	pkg/client/clientset/versioned/fake/register.go
#	pkg/client/clientset/versioned/scheme/register.go
#	pkg/client/informers/externalversions/generic.go
2020-04-01 11:04:09 +08:00
..
2020-03-25 10:58:39 +08:00
2020-03-27 10:52:39 +08:00
2020-03-26 14:53:33 +08:00
2020-02-04 10:40:36 +08:00
2020-02-04 10:40:36 +08:00
2020-02-04 10:40:36 +08:00
2020-02-04 10:40:36 +08:00
2020-03-18 14:48:41 +08:00
2020-02-04 10:40:36 +08:00
2020-03-25 10:58:39 +08:00
2020-03-25 10:58:39 +08:00
2020-02-04 10:40:36 +08:00
2020-03-25 10:58:39 +08:00
2020-03-18 14:48:41 +08:00
2020-02-04 10:40:36 +08:00
2020-02-04 10:40:36 +08:00
2020-03-18 14:48:41 +08:00
2020-02-04 10:40:36 +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