Public bug reported: When updating our Jenkins jobs going from 4.3.0 -> 6.4.2, an exception was raised from `python-jenkins`:
`jenkins.JenkinsException: Jenkins returned an unexpected view name All (expected: all)` There is some logic going on just before it in `__init__.py` to adjust the name to lowercase, which when commented out, allowed the update to succeed (or perhaps just ignored the "All" view?). ** 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/2103455 Title: Exception from case in view name "All" Status in Python Jenkins: New Bug description: When updating our Jenkins jobs going from 4.3.0 -> 6.4.2, an exception was raised from `python-jenkins`: `jenkins.JenkinsException: Jenkins returned an unexpected view name All (expected: all)` There is some logic going on just before it in `__init__.py` to adjust the name to lowercase, which when commented out, allowed the update to succeed (or perhaps just ignored the "All" view?). To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/2103455/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp