Jenkins: Difference between revisions
From charlesreid1
No edit summary |
(→AWS) |
||
| Line 7: | Line 7: | ||
=AWS= | =AWS= | ||
Spin up an AWS node. | |||
Tasks: | |||
* Install Jenkins | |||
* Open firewall | |||
* Access Jenkins | |||
* Run a basic Python workflow | |||
=Links= | =Links= | ||
Revision as of 00:55, 6 August 2018
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/