You've learned a lot about how to configure the Continuous Integration process. Since practice makes man perfect, we recommend doing the following exercises:
- Create a Python program that multiplies two numbers passed as the command-line parameters. Add unit tests and publish the project on GitHub:
- Build the Continuous Integration pipeline for the Python calculator project:
- Use Jenkinsfile for specifying the pipeline
- Configure the trigger so that the pipeline runs automatically in case of any commit to the repository
- The pipeline doesn't need the Compile ...