← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1629669] [NEW] Add support for quiet period

 

Public bug reported:

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.

** Affects: python-jenkins
     Importance: Undecided
         Status: New

-- 
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


Follow ups