JobDSL plugin doesn't reset customWorkspace setting

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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Minor
    • Component/s: job-dsl-plugin
    • Environment:
      Jenkins ver. 1.597 installed on Windows 8.1 (local test) and Windows Server 2008 R2 (production)

      Use JobDSL plug in to create a job like this:

      job('testjob') {
          customWorkspace('c:\\')
      }
      

      Then delete customWorkspace and run JobDSL again:

      job('testjob') {
      }
      

      The setting in the job is still activated and points to "c:\".

            Assignee:
            Daniel Spilker
            Reporter:
            Rolf Geuenich
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: