added auto-aprove seeting to terraform apply
parent
2e5600d943
commit
5ee99295c7
|
|
@ -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 {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label 'terraform-slave'
|
label 'terraform-slave'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue