Registry / http-client / bndr-gojenkins

bndr-gojenkins

JSON →
library1.2.0gogounverified

Gojenkins is a Jenkins Client in Go, that exposes the Jenkins REST API in a more developer friendly way.

go get github.com/bndr/gojenkins
INSTALL
IMPORT
SIG · BNDR-GOJENKINS
B
bndr-gojenkins
http-clientgov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gojenkins
✓ github.com/bndr/gojenkins

Connects to a Jenkins instance and retrieves a job by name.

package main import ( "fmt" "github.com/bndr/gojenkins" ) func main() { jenkins := gojenkins.CreateJenkins(nil, "http://jenkins.example.com", "user", "token") job, _ := jenkins.GetJob("my-job") fmt.Println(job.GetName()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
26
Resources
bndr-gojenkins — go get bndr-gojenkins · libregistry