-
New Feature
-
Resolution: Unresolved
-
Trivial
-
None
Is this plugin unmaintained?
if no, what about documentation on using it with pipelines?
Is this plugin unmaintained?
if no, what about documentation on using it with pipelines?
https://github.com/jenkinsci/terraform-plugin/pull/7#issuecomment-590363066 is an example of how to add the terraform executable to PATH and run it in an sh pipeline step. It does not seem to cover TerraformBuildWrapper, though. Perhaps the Snippet Generator can generate something like wrap([$class: 'TerraformBuildWrapper']) { … }.