Jenkins
From charlesreid1
Basics
You develop Pipelines, the main object in Jenkins
Pipelines have 3 basic steps: build step, test step, and deploy (or "deliver") step.
AWS
Spin up an AWS node.
Tasks:
- Install Jenkins
- Open firewall
- Access Jenkins
- Run a basic Python workflow
Links
https://jenkins.io/doc/tutorials/build-a-python-app-with-pyinstaller/