pyjen.queue module

Abstraction around the Jenkins build queue

class pyjen.queue.Queue(api)[source]

Bases: object

Abstraction around the Jenkins build queue

Parameters

api (JenkinsAPI) – Pre-initialized connection to the Jenkins REST API

property items

list of scheduled builds waiting in the queue

Type

list (QueueItem)