Issue Type: Bug Bug
Assignee: Daniel Spilker
Components: job-dsl-plugin
Created: 25/Mar/15 8:43 PM
Description:

After removing template inheritance from a job, the job is deleted and re-created. Thereby the job loses it's build history.

Initial DSL script with template inheritance:

job('test') {
  using('template')
}

Modified DSL script without inheritance:

job('test') {
}

Seed job output:

Processing provided DSL script
Existing templates:
    template
Unreferenced templates:
    template
Adding items:
    GeneratedJob{name='test'}
Removing items:
    GeneratedJob{name='test', template='template'}
Project: Jenkins
Priority: Major Major
Reporter: Daniel Spilker
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to