Skip to content

A Terraform plugin to enable JenkinsCI manipulation from Terraform.

License

Notifications You must be signed in to change notification settings

videnovnebojsa/terraform-provider-jenkins

 
 

Repository files navigation

Terraform Jenkins

CircleCI

Installation

You can easily install the latest version with the following :

go get -u github.com/dihedron/terraform-provider-jenkins

Then add the plugin to your local .terraformrc :

cat >> ~/.terraformrc <<EOF
providers {
    jenkins = "${GOPATH}/bin/terraform-provider-jenkins"
}
EOF

About

A Terraform plugin to enable JenkinsCI manipulation from Terraform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 75.7%
  • HCL 23.6%
  • Makefile 0.7%