Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 995 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 995 Bytes

jenkins-terraform-plugin

Build Status

Usage

This plugin adds an installer for Terraform and provides a build wrapper for creating and destroying infrastructure.

The installer generates a list of Terraform binaries for installation from bintray.com, see Terraform Crawler.

See the Jenkins plugin wiki for more details: Terraform Plugin Wiki.

Developer Instructions

This plugin uses gradle wrapper, so the only dependency is a working JDK (7/8).

  • To build the .hpi plugin (build/libs/jenkins-terraform.hpi)
./gradlew jpi
./gradlew server

License

MIT