Hi All,
Greetings!
Use case: I have to monitor (polling folder) a network folder for build artifacts (.zip files). When ever there is new .zip file I have to copy it and trigger downstream builds.
Solution: FSTrigger plugin - seems to do the work of polling folder and and if changes present in target, build is triggered.
Question: How do I provide a network path for polling which requires username and password to access it. e.g. \\100.1.1.1\abc\pqr\xyz\pqr\*.zip
If I open this in file system explorer it asks for username (with domain) and password in order to open it. How to pass such parameters in FSTrigger plugin.
Any help or suggestions appreciated.
Regards,
Ramesh