added auto-aprove seeting to terraform apply

main
ermisw 2023-10-04 11:44:58 +02:00
parent 2e5600d943
commit 5ee99295c7
1 changed files with 10 additions and 1 deletions

11
Jenkinsfile vendored
View File

@ -1,4 +1,13 @@
properties([parameters([[$class: 'ChoiceParameter', choiceType: 'PT_SINGLE_SELECT', filterLength: 1, filterable: false, name: 'Demo Name', randomName: 'choice-parameter-514033088473410', script: [$class: 'GroovyScript', fallbackScript: [classpath: [], oldScript: '', sandbox: false, script: ''], script: [classpath: [], oldScript: '', sandbox: false, script: '']]]])])
properties([parameters([[$class: 'DynamicReferenceParameter', choiceType: 'ET_FORMATTED_HTML', name: '', omitValueField: false, randomName: 'choice-parameter-517572555514769', referencedParameters: '', script: [$class: 'GroovyScript', fallbackScript: [classpath: [], oldScript: '', sandbox: false, script: ''], script: [classpath: [], oldScript: '', sandbox: false, script: '''vappHtml = \'\'\'
<ul style="list-style-type: none">
<li style="padding: 5px">
<label>VAPP_ID</label>
<input type="text" class="setting-input" name="value">
</li>
</ul>
\'\'\'
return vappHtml''']]]])])
pipeline {
agent {
label 'terraform-slave'