I am trying to configure 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 gave the upto scrips path for user workspace in jenkins, i.e. /home/<user>/projects/MyProject/scripts Now I want to check the project from the SVN trunk to my local trunk. When I give the path to the body ( /home/<user>/projects/MyProject/trunk ) for the local statement directory (where the project should be checked), Jenkins shows me that "the absolute path is not allowed . " How can I pass the trunk path for svn checkouts jenkins.
I spent hours searching for a solution for this, for example, jenkins doc, jenkins forum, hudson docs, hudson forum and here on SO, but could not find a solution for this. Please, help..
source share