We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ed306 commit e182ef3Copy full SHA for e182ef3
src/ParameterStoreBuildWrapperPlugin.groovy
@@ -68,7 +68,6 @@ class ParameterStoreBuildWrapperPlugin implements TerraformValidateStagePlugin,
68
def parameterStoreOptions = defaultOptions + options
69
70
return { closure ->
71
- // sh "echo ${parameterStoreOptions}" //DEBUG
72
withAWSParameterStore(parameterStoreOptions) {
73
closure()
74
}
0 commit comments