How to setup a Python-Jenkins API connection with Python 3
I’m working a project to create Python program that scrapes jobs from a Jenkins server, with the end goal of storing them in a Mongo NoSQL database as an archive. At work we have more than a dozen build servers that will ultimately will be consolidated to a few. My plan(since we are moving to […]