I would like to use Pipeline to track my Jenkin Jobs in my SCM. (Version control manager).
Can I use my existing jobs and export them to a valid Jenkinsfile that can be read by Pipeline?
The main plugins that I use that I will need to export are Github Pull Request Builder, test result reporters, code coverage reporters, and weak post-build tasks.
My main question is how to export Jenkins settings to a Jenkins file, as indicated in the link above, so I don't need to write everything manually.
source share