有没有办法自动将 Jenkins 作业转换为 Jenkins DSL 脚本?
Is there a way to turn Jenkins job into a Jenkins DSL script automatically?
我使用 Job DSL Plugin 生成我的 Jenkins 构建。但有时我会对 Jenkins 中的构建进行小的更改,并且我想将这些更改自动移植回我的 DSL 脚本。有什么办法可以实现吗?
目前无法为现有作业生成作业 DSL 脚本。这已在 Jenkins 问题跟踪器中报告为 JENKINS-16360 some time ago and someone even offered a bounty,但 AFAIK 没有人在处理此问题。
我使用 Job DSL Plugin 生成我的 Jenkins 构建。但有时我会对 Jenkins 中的构建进行小的更改,并且我想将这些更改自动移植回我的 DSL 脚本。有什么办法可以实现吗?
目前无法为现有作业生成作业 DSL 脚本。这已在 Jenkins 问题跟踪器中报告为 JENKINS-16360 some time ago and someone even offered a bounty,但 AFAIK 没有人在处理此问题。