← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1828051] [NEW] jenkins.get_job_info fetch_all_builds doesn't work for jobs in folders

 

Public bug reported:

This is because add_missing_builds uses
self._get_job_folder(data["name"]) where it should use
self._get_job_folder(data["fullName"])

** 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/1828051

Title:
  jenkins.get_job_info fetch_all_builds doesn't work  for jobs in
  folders

Status in Python Jenkins:
  New

Bug description:
  This is because add_missing_builds uses
  self._get_job_folder(data["name"]) where it should use
  self._get_job_folder(data["fullName"])

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1828051/+subscriptions


Follow ups