Skip to content

Latest commit

 

History

History

quick_start

Create VCN and Deploy Jenkins Cluster

This example creates a VCN in Oracle Cloud Infrastructure including default route table, DHCP options, security list and subnets from scratch, then use terraform_oci_jenkins module to deploy a Jenkins cluster. This configuration generally implements this: Jenkins architecture

Using this example

Update terraform.tfvars with the required information.

Deploy the cluster

Initialize Terraform:

$ terraform init

View what Terraform plans do before actually doing it:

$ terraform plan

Use Terraform to Provision resources and Jenkins cluster on OCI:

$ terraform apply