Enter the path to a data storage directory. All data in this directory will
be copied to workspace. Path should be relative to $JENKINS_HOME/userContent directory.
For example:
- JENKINS_HOME = "C:\Jenkins"
- Valid path = "data\project1"
- Plugin will copy data from "C:\Jenkins\userContent\data\project1"
Note:
- Only relative paths are allowed
- Path must be within $JENKINS_HOME/userContent directory
- Path traversal characters (.., ~) are not allowed
- Special characters (<, >, :, ", |, ?, *) are not allowed on Windows