python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00435
[Bug 1629669] Re: Add support for quiet period
I would be very interested in seeing this bug resolved.
--
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1629669
Title:
Add support for quiet period
Status in Python Jenkins:
New
Bug description:
Jenkins allows scheduling jobs with a delay period. To support this
one has to add a `delay` parameter which takes integer values giving
the seconds to wait until starting the job.
Basically `build_job_url(...)` as to be extended to include that
parameter. While it already works for POST requests by adding that
parameter, GET requests currently offer no way to add that. I can
provide a patch if you're interested.
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1629669/+subscriptions
References