Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 545 Bytes

Terraform Provider Jenkins

Run the following command to build the provider

go build -o terraform-provider-jenkins

Test sample configuration

First, build and install the provider.

make install

Then, run the following command to apply configuration

terraform init
terraform plan -out=tfplan.out
terraform apply tfplan.out

Attribution

This provider is inspired from the work of https://github.com/taiidani/terraform-provider-jenkins. Some codes and documentations are copy pasted from there.