Skip to content

rettetdemdativ/folderauth

Repository files navigation

folderauth

Build Status Go Report Card GoDoc

folderauth is a Go package that wraps the API of the Folder-based Authorization Strategy plugin for Jenkins.

How to install

go get -u github.com/calmandniceperson/folderauth

Usage example

c, err := folderauth.NewClient(hostname, username, token)
if err != nil {
    return err
}

// Use c here

License

This package is published under the MIT License.

Releases

No releases published

Packages

No packages published

Languages