Run the following command to build the provider
go build -o terraform-provider-jenkins
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
This provider is inspired from the work of https://github.com/taiidani/terraform-provider-jenkins. Some codes and documentations are copy pasted from there.