Skip to content

memor24/jenkins-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

jenkins-automation

Jenkins CICD pipeline as code deployed with Ansible on a private server:

On-premise

Creates a fully automated cicd pipeline to deploy a python web app:

  • Provision linux server by Terraform and deploys CICD automation code with Ansible roles
  • Installs Jenkins and Groovy and runs the pipeline code

pipeline as code

The idea is to manage the entire CICD infrastructure as code. To initiate, run the Terraform

terraform init

terraform plan
terraform apply

Cloud

The Jenkins server will be cloud based ec2 with auto-scaling group or ECS. [Link](to aws-tf jenkins)

About

fully automated jenkins cicd pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published