Hi,
I'm searching around now for a while, but cannot find somemething helpful. I need to use data from a windows share inside a Jenkins job (running on Windows, but should be the same for Linux server). This share contains a huge set of test data I cannot store in a SVN or similar repo, and I cannot copy to local disk for the same reason. I wonder, is there a *clean* way to do this? I don't like the using "psexec -s -i" and a script at boot time. And I'm thinking about a clean handling for the user credentials, to avoid clear text passwords in scripts.
Is the solution so obvious and I cannot see it or does nobody else need such a feature? The title says "before SCM polling", but I would be happy with simple access during the build steps too.
Thanx,
Andi