Practice CI/CD with Jenkins
The objective of this practice is the gradual development of a Pipeline that will perform tasks on the repository of an application.
The application we’re going to work with will be your fork of the Django Polls application. As we have seen, this application that implements the Django tutorial has a test module.
We will build the Pipeline in several phases:
Exercise 1: Construction of a Docker image We start from the pipeline that we have developed in the Workshop 3: Continuous integration of Django application (Test), where we have automated the application test.