Issue Type: Bug Bug
Assignee: Jesse Glick
Components: mercurial-plugin, workflow-plugin
Created: 27/Apr/15 10:28 PM
Description:

Base slave install with nothing in the home directory.

Standard Freestyle project creates the full path ($JENKINS_HOME\\workspace
<job name>
).

Workflow project fails the scm step with 'abort: The system cannot find the path specified: $JENKINS_HOME\workspace\<job name>\'

Manually creating the $JENKINS_HOME\workspace directory fixes the issue unless the scm step specifies a sub-directory, in which case the parent of the sub-directory also has to be manually created.

Workflow script was a simple:

node('slave-name') { checkout([$class: 'MercurialSCM', ...]) }

Environment: Jenkins Master (Fedora 22 - Server 64bit)
Jenkins Slave (Win7 - 64bit)
Jenkins Version - v1.611
Mercurial Plugin - v1.52
Workflow Plugin - v1.5
Project: Jenkins
Labels: workflow scm
Priority: Major Major
Reporter: Geoffrey Edwards
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to