- Install Jenkins
- Install Jenkins Plugin -
ShiningPandafor Python - Install Jenkins Plugin -
Convert To Pipeline
- My First Python Unittest Pipeline
- Create a Jenkins pipeline which
- clones a python repositoy
- containerizes the repository in a docker instance
- runs the
unitteston the applicationpython -m unittest discover -s ./src/test/ -p '*_test.py'
- ensure output of build is displayed by Jenkins
- Create a Jenkins pipeline which