bndr/gojenkins

Add support for Contexts

Open

#40 opened on Sep 15, 2016

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Go (454 forks)github user discovery
help wanted

Repository metrics

Stars
 (903 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It would be nice to have support for Contexts; either Go 1.7's context package or the one from previous versions of Go in x/net/context.

This would allow cancelling Jenkins requests as well as setting up timeouts in specific parts of a chain of requests.

Contributor guide