Is there a way to automatically turn Jenkins work into a Jenkins DSL script?

I use Job DSL Plugin to create my Jenkins collections. But sometimes I make small changes to the assembly in Jenkins, and I want to automatically transfer these changes to my DSL script. Is there any way to achieve this?

+4
source share
1 answer

There is currently no way to generate a Job DSL script for an existing job. Some time ago this was reported in the tracker on the Jenkins issue as JENKINS-16360 , and someone even suggested bounty , but AFAIK no one is working on this issue.

+3
source

All Articles