Hello team,
I have developed a custom plugin and provided few fields as shown below.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler"
xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson"
xmlns:f="/lib/form">
<f:entry title="Node IP" field="hostname">
<f:textbox />
</f:entry>
<f:entry title="Node Username" field="username">
<f:textbox />
</f:entry>
<f:entry title="Node Password" field="password">
<f:textbox />
</f:entry>
<f:entry title="Client Configurations" field="config">
<f:textarea />
</f:entry>
<f:entry title="Client Validation key" field="validation">
<f:textarea />
</f:entry>
</j:jelly>
Now, the issue is when I complete my first build the values from hostname
and username getting disappeared. Can someone help me out on this
--
View this message in context:
http://jenkins-ci.361315.n4.nabble.com/Configurations-getting-removed-after-my-build-tp4901615.html
Sent from the Jenkins dev mailing list archive at Nabble.com.