Reputation: 31
Can someone tell me how to update the existing Jenkins job through DSL seed job. I found ignore changes to be selected for updating the existing job , but its not working its not doing anything on my existing job. Is there any other way or am I missing anything here for updating the existing job.
Below is the screenshot from my seed job
Upvotes: 2
Views: 2214
Reputation: 139
Do above setting and retrigger seed job. It will update existing jobs.
Upvotes: 1
Reputation: 8164
You can't "import" existing jobs and control them with the Job DSL plugin.
If you want to use Job DSL, then you need to re-define jobs from scratch and specify them in DSL.
Upvotes: 2