Is there an easy way to convert existing Jenkins freestyle job to New Jenkins 2.x pipeline view

Viewed 3518

I have tons of existing Freestyle Jenkins jobs in my old Jenkins Instance and now I would like to migrate them to New Jenkins 2.0 pipeline jobs using a Jenkins file.

I am following this page to create a Jenkins file: https://jenkins.io/doc/book/pipeline/jenkinsfile/

Can someone please suggest me if there is any easy way (or) plugin i can use to convert these existing job's to pipeline view.

2 Answers
Related