I am trying to configure a jenkins server for build processes. My directory structure is as follows
/home/<user>/projects/MyProject
/home/<user>/projects/MyProject/scripts
/home/<user>/projects/MyProject/trunk
I have given the path upto scrips for custom workspace in jenkins i.e. /home/<user>/projects/MyProject/scripts
now I want to checkout the project from SVN trunk to my local trunk. When I am giving path to trunk (/home/<user>/projects/MyProject/trunk
) for the local checkout directory (where the project should be checked out), jenkins is showing me that "absolute path is not allowed". How can I give the path upto trunk for svn checkouts by jenkins.
I have spent hours for searching a solution for that i.e. jenkins doc, jenkins forum, hudson docs, hudson forum and here on SO, but couldnt find a solution for this. Please help..