Hi,

I'm trying to write a plug-in that will link to a custom tool to post
process my build results and archive them in the Jenkins build directory.
I've got the guts of the plug-in working, but I'm having some trouble with
the configuration screen...

I've created a config.jelly script containing:


*  <f:advanced>
    <f:entry title="Results Directory" field="resultsDir">
      <f:textbox default="target/results/"/>
    </f:entry>
  </f:advanced>
</j:jelly>

*
As expected, I the jobs config screen contains a text box with the value
"target/results". I can update the value in the browser and when I
save/apply the change the job's config.xml file is updated.

So far so good. The problem occurs when I go back into the config screen -
the original value is displayed in text box and if I apply/save the
configuration then my modified value is over written.

Clearly I'd doing something wrong, but I can't see what!

Any ideas?

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to