Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-35973

Provide a template for defining the external workspace path

XMLWordPrintable

      The exwsAllocate step uses a template to compute the final workspace path on the disk. It may look as following:
      $physicalPathOnDisk/$jobName/$buildNumber

      The user should be able to provide a custom template, e.g.:
      String myTemplate = '$physicalPathOnDisk/$myVar'
      exwsAllocate: diskPoolId: 'id-1', template: myTemplate

      Additional details TBD.

      For reference, see: https://github.com/martinda/external-workspace-manager/blob/master/README.md#template

            alexsomai Alexandru Somai
            alexsomai Alexandru Somai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: