[JIRA] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago
Title: Message Title SCM/JIRA link daemon commented on JENKINS-29005 Re: Jobs areremoved that had been under seed control weeks ago Code changed in jenkins User: Daniel Spilker Path: job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/actions/GeneratedObjectsAction.java job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/ExecuteDslScriptsSpec.groovy http://jenkins-ci.org/commit/job-dsl-plugin/3caed33fa5cda36dd63a80c0fc16900bae0e8b6d Log: Merge pull request #505 from CoreMedia/ JENKINS-29005 JENKINS-29005 fixed regression introduced in 1.33 Compare: https://github.com/jenkinsci/job-dsl-plugin/compare/9da56d3cb526...3caed33fa5cd Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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 jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago
Title: Message Title Daniel Spilker resolved as Fixed Jenkins / JENKINS-29005 Jobs areremoved that had been under seed control weeks ago Change By: Daniel Spilker Status: Open Resolved Resolution: Fixed Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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 jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago
Title: Message Title SCM/JIRA link daemon commented on JENKINS-29005 Re: Jobs areremoved that had been under seed control weeks ago Code changed in jenkins User: Daniel Spilker Path: job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/actions/GeneratedObjectsAction.java job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/ExecuteDslScriptsSpec.groovy http://jenkins-ci.org/commit/job-dsl-plugin/9d9a53b3e7b6319054825af4edb78b462ebdadaf Log: fixed regression introduced in 1.33 JENKINS-29005 Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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 jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago
Title: Message Title Jürgen Bohn commented on JENKINS-29005 Re: Jobs areremoved that had been under seed control weeks ago Thanks a lot! Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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 jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago
Title: Message Title Daniel Spilker commented on JENKINS-29005 Re: Jobs areremoved that had been under seed control weeks ago Will be fixed in the next release: https://github.com/jenkinsci/job-dsl-plugin/pull/505 Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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 jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago
Title: Message Title Daniel Spilker commented on JENKINS-29005 Re: Jobs areremoved that had been under seed control weeks ago That's a regression introduced in Job DSL 1.33. Before 1.33, only the last but one run of the seed job was used to calculate which items have been deleted. Since 1.33, all jobs ever generated by any run in the history of the seed job are used to calculate which items have been deleted. So you can either delete the history of the seed job or downgrade to 1.32 to avoid the problem. The problem has been introduced in this commit: https://github.com/jenkinsci/job-dsl-plugin/commit/e14c45293a489880842f3a7ff6a4cd94f6620c6d Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- 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 jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [job-dsl-plugin] (JENKINS-29005) Jobs areremoved that had been under seed control weeks ago
Title: Message Title Daniel Spilker created an issue Jenkins / JENKINS-29005 Jobs areremoved that had been under seed control weeks ago Issue Type: Bug Assignee: Daniel Spilker Components: job-dsl-plugin Created: 22/Jun/15 8:47 AM Environment: Job DSL 1.33+ Priority: Minor Reporter: Daniel Spilker From https://groups.google.com/forum/#!msg/job-dsl-plugin/pPidUdUZbls/41ys10kfMfoJ: We switched from Jenkins 1.580.1 to 1.596.3, job-dsl 1.34. We use job-dsl to run a groovy script that generates many jobs and one view. Some weeks ago, we removed some jobs from the generation. Running the dsl-job removed them as expected. Later, we created manually some of these jobs again. The dsl-job seemed to know that this was out of its control and did not removed the manually created jobs. Now, after our upgrade to Jenkins 1.596.3 and new plugins, the dsl-job suddenly tries in every application to remove all things that it ever generated. Previous jobs as well as a non-existing view. I'm not sure, what is more unexpected: that the old version did not remove my manually created jobs, or that the new version does it now.