Hi folks, I need an option that allows me to drop special notes into a plain text file. This must happen before some Jenkins jobs start to run as that text will be pasted into release notes. It must handle hardcoded locations/filenames.
In best case does each job have its own textarea/editor which points to a specific file. I was thinking about plugins. There is afaik a plugin that allows JScript but I'm not sure if this also applies on pages from jobs. If so a plain wysiwyg editor could be added if it supports hardcoded paths/file names (hints about a good editor are highly appreciated). It should be located either in the description of a jobs main page or on the configuration page of the build. Using the built-in text parameter is not working well. The content is passed throug the entire build pipeline, prohibits certain characters and may even wreck the ant calls to build. I was also thinking about installing a mini web-server and add a link to that server to manipulate from outside but this is absolutely not my favorite approach. Do you have any ideas, suggestions or even plugins at hand for this task? Cheers Jan
