Skip to main content
Jenkins-API-Using-Python

Jenkins API Using Python

in this tutorial, I’ll learn How to access Jenkins API using python. Jenkins is providing an API interface to access all resources. We will use python-jenkins, It’s a third-party API package to access Jenkins rest API. There are two Python packages you can use for this task: What is Jenkins Jenkins is a very popular […]

Read More