You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what dropdown they are talking about. I assume that this plugin is not compatible with pipelines, therefore this is a non-bug, but wanted to submit a feature request if possible for pipelines to be supported by TerraformBuildWrapper in the wrap step like so:
wrap([$class: 'TerraformBuildWrapper']) {
...
}
Currently I get:
java.lang.UnsupportedOperationException: no known implementation of class jenkins.tasks.SimpleBuildWrapper is named TerraformBuildWrapper
...
Caused: java.lang.IllegalArgumentException: Could not instantiate {delegate={$class=TerraformBuildWrapper}} for org.jenkinsci.plugins.workflow.steps.CoreWrapperStep
The text was updated successfully, but these errors were encountered:
These docs attempt to describe that plugins normally found in the Build Environment section of a freestyle project can be used in a pipeline:
https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#wrap-general-build-wrapper
I am not sure what dropdown they are talking about. I assume that this plugin is not compatible with pipelines, therefore this is a non-bug, but wanted to submit a feature request if possible for pipelines to be supported by
TerraformBuildWrapper
in thewrap
step like so:Currently I get:
The text was updated successfully, but these errors were encountered: