arminc / jenkins-fargate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins on AWS Fargate

Create

terraform init
terraform plan
terraform apply

TODO

  • Default terraform module
  • Automatically configure agents
    • Fix settings in fargate.groovy
    • Create public docker hub repo for the agent
    • Add settings to jenkins.tf that are needed by fargate.groovy
    • Open port 50000 and Security Group
    • Run Jenkins and configure it until I have an agent
  • Write readme
  • Infrastructure drawing

About


Languages

Language:HCL 65.1%Language:Groovy 34.9%