Skip to content

ringanta/terraform-provider-jenkins

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages