I’m trying to copy files from an absoulte path on the agent, to the server.
I’ve tried this way:
/html_reports << C:\IVS\Resources\Android\StudioProject\client\build\reports\tests\testGoogleDebugUnitTest\**
/unit_test_results << C:\IVS\Resources\Android\StudioProject\client\build\test-results\testGoogleDebugUnitTest\**
I can’t save these rules because of the colon character in "C:"
Is there a way to escape it? I tried with a "" character but to no avail…
Or is copying from an absolute path not supported entirely?
Thanks