Hi everyone, I'm currently implementing a plugin that creates jobs and fills them with build steps. I have a dropdown list for the different project types, and a repeatable field with dropboxes for the build steps available to the selected project.
The contents of the repeatable <select/> section are saved just fine (writing the class name of the build step into a BuildStepWrapper and putting them into the config.xml, see below). But they don't get loaded properly. Unfortunately, debugging this is not possible (If it is possible to take a look into the xml->config loading process, please tell me). JobCreator.java: http://pastebin.com/HA5bZPgX BuildStepWrapper.java: http://pastebin.com/MS8mVSeg config.jelly: http://pastebin.com/eRbyZckF Job config.xml after saving with 3 build steps: http://pastebin.com/EjSNK2cW After loading the Job config again, it looks like this: [cid:[email protected]] Does anyone know what may be wrong? Thanks in advance Sebastian -- 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/d/optout.
