Anton Chikin
Anton Chikin

Reputation: 1836

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

I use Job DSL Plugin to generate my Jenkins builds. But sometimes I make small changes to the build in Jenkins and I want to port those changes back to my DSL script automatically. Is there any way to achieve this?

Upvotes: 4

Views: 2256

Answers (1)

daspilker
daspilker

Reputation: 8194

Currently there is no way to generate a Job DSL script for an existing job. This has been reported in the Jenkins issue tracker as JENKINS-16360 some time ago and someone even offered a bounty, but AFAIK no one is working on the issue.

Upvotes: 3

Related Questions