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
Jenkins tutorial on python build workflows with Jenkins: https://jenkins.io/doc/tutorials/build-a-python-app-with-pyinstaller/
Guide to setting up a Jenkins build server on AWS: https://aws.amazon.com/getting-started/projects/setup-jenkins-build-server/