Mercurial GeneralSCM step does not create intermediary directories.

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • Component/s: mercurial-plugin
    • Environment:
      Jenkins Master (Fedora 22 - Server 64bit)
      Jenkins Slave (Win7 - 64bit)
      Jenkins Version - v1.611
      Mercurial Plugin - v1.52
      Workflow Plugin - v1.5

      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', ...])
      }
      

            Assignee:
            Jesse Glick
            Reporter:
            Geoffrey Edwards
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: