I'm quite new in Jenkins. I would like to use the log parser plugin to parse the console output of Jenkins. As 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 project's 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?