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.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1503926237559-4901615.post%40n4.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to