Skip to content

Commit 8a1ee1c

Browse files
authored
fix vaules in addrkVar and tokenVar UI (#298)
1 parent 3b57135 commit 8a1ee1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/com/datapipe/jenkins/vault/credentials/VaultTokenCredentialBinding/config-variables.jelly

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?jelly escape-by-default='true'?>
22
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
33
<f:entry title="${%Vault Address Variable}" field="addrVariable">
4-
<f:textbox value="VAULT_ADDR"/>
4+
<f:textbox default="VAULT_ADDR"/>
55
</f:entry>
66
<f:entry title="${%Vault Token Variable}" field="tokenVariable">
7-
<f:textbox value="VAULT_TOKEN"/>
7+
<f:textbox default="VAULT_TOKEN"/>
88
</f:entry>
99
<f:entry title="${%Vault Address}" field="vaultAddr">
1010
<f:textbox/>

0 commit comments

Comments
 (0)