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

JobDSL plugin doesn't reset customWorkspace setting

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • job-dsl-plugin
    • None
    • 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:\".

            daspilker Daniel Spilker
            kaltokri Rolf Geuenich
            Votes:
            6 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: