Hi everyone, I am new in the Jenkins world, I started to use Jenkins from this April and I am developing a new plugin. However, I am having some problems to understand how the jenkins environment works exactly.
The main idea is to create a Jenkins plugin which can show the content of a JSON file produced from the build of a freestyle project into a table format. Each row of the table should also contains additional checkboxes and text areas such that a user can add additional information. Currently, I was able to realize the table with the JSON content and add the checkboxes and textareas (using SimpleBuilderStep and RunAction2 classes), but I do not know how to handle the data when I click on the submit button. I would like to use the checkboxes values and text areas in order to perform other operations, such as create a new file in the workspace or send information to another endpoint like elasticsearch. Do you know any possible solution? Thank you in advance, Best regards. Valentina -- 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/05859270-9f57-4281-8531-6912e5cea359o%40googlegroups.com.
