I know that Jenkins default home dir is var/lib/jenkins, but under this path, where is the downloads folder where all downloaded files are stored by default?
Asked
Active
Viewed 34 times
0
-
"Files", ie, your repository, are downloaded to the job's [workspace](https://stackoverflow.com/a/39403204/598141). You'll have to elaborate what you mean by files, if that's not sufficient. – Ian W Jul 15 '23 at 07:36
-
Okay, let's imagine that an automated test case using chrome driver and selenium is executed, and it opens a pdf in a new tab and press download button. Locally, that would go to the download's user folder, but where does it go in Jenkins? – María Jaramillo Sojo Jul 16 '23 at 08:18