i'm quite new in Jenkins. I would like to use the log parser plugin to parse the console output of jenkins. Like the documentation explains I have to add a file, which is containing my parsing rules. So there is my question: How do i upload files to jenkins? Do they need to be located in the projects workspace? My workspace is connected with a git repository. So i have to commit that file?
For example the file /tmp/rules.txt how do i get the rules.txt in the /tmp/ folder (and which folder is it, the workspace/tmp or the /tmp/ of the server itself)?
Do I have to transfer it via ssh?
Thanks for help!