-
Bug
-
Resolution: Duplicate
-
Minor
-
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:\".
- depends on
-
JENKINS-21017 CLI update-job and POSTing config.xml cannot remove properties
- Resolved
- is duplicated by
-
JENKINS-39917 project update with dsl-script does not update "rootPom" settings for maven job
- Closed
- is related to
-
JENKINS-30548 Post build step not removed from generated Maven job
- Closed