I have written some bash scripts for some specific project based automation. I am using the Parameterized Build process for uploading a file as explained in this SO link. The issue is that I need to access the uploaded file from the scripts, but I am unaware of the location its been placed after upload.
Jenkins hints that the location would be relative to the workspace. I am not sure of what the workspace, in terms of Jenkins means. I tried a couple of options.. the trunk location, /users/$USER/workspace/, /users/$USER/workspace/[project_name]/
Could anyone help me with the same?
Thanks in advance.