python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00577
[Bug 1828051] Re: jenkins.get_job_info fetch_all_builds doesn't work for jobs in folders
Fix proposed to branch: master
Review: https://review.opendev.org/657628
** Changed in: python-jenkins
Status: New => In Progress
** Changed in: python-jenkins
Assignee: (unassigned) => Frank Lichtenheld (djpig)
--
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:
In Progress
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
References