Video description
Apply DevOps principles to Jenkins by automating tasks using the Jenkins API with Python. Create a powerful command-line tool with the Click framework to harness
the API and trigger remote jobs with a simple invocation.
Using code (and Python in this case) to automate frequent tasks is an import DevOps principle that you should apply whenever possible. Some of the concepts in this video
are covered in the Python For DevOps book.
Learn how to identify core concepts when trying to automate something like Jenkins, like identifying the API access, authorization, and the possibility of finding a helper
library to make things easier.
your Machine Learning model by following core best-practices of MLOps.
Topics include:
* Setup a main Jenkins instance with Docker, using the official Jenkins LTS image.
* Create a user with an API token, so that it is authorized to operate Jenkins.
* Use a Jupyter notebook to try out the API using Python and figure out concepts that can be applied later
* Create a command-line tool using the Click framework to quickly trigger Jenkins jobs.
Useful links:
* Jenkins LTS Docker image documentation
* Official Jenkins LTS Docker image
* Python-Jenkins library documentation
* Python-Jenkins Library
* Python for DevOps Book
Table of contents
Product information
- Title: Automating Jenkins with Python
- Author(s):
- Release date: August 2021
- Publisher(s): Pragmatic AI Solutions
- ISBN: 50118VIDEOPAIML
You might also like
book
Hands-On Enterprise Automation with Python.
Invent your own Python scripts to automate your infrastructure About This Book Make the most of …
video
Hands-On Continuous Integration and Automation with Jenkins
In agile development practices, developers need to integrate their work frequently to fix bugs or to …
video
Python Microservice with FastAPI and AWS App Runner
Demo of FastAPI + AWS App Runner
video
Complete Python Scripting for Automation
Over the last few years, Python has gained immense popularity. The demand for the programming language …