Hi, I am developing a plugin for Jenkins.
In the Job --> Configure I have a post-build action that I can enable which shows the input fields. 1. How can I store the values that the user inputs? 2. How can I reload the last values entered? 3. How can I access these values in my post build processing (parsing)? br, //mike
