From charlesreid1

Revision as of 00:55, 6 August 2018 by Admin (talk | contribs) (→‎AWS)

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/

Flags