I am a bit confused about the concept of "Declarative Pipeline" in Jenkins.
Right now, I am using several Jobs of the "Multibranch-Pipeline" type of job.
I maintain "Shared Libraries", which combine a vars
folder with reusable functionality. In the same repository, there is also a jobs
folder, that contain "complete pipelines", that are supposed to be configured with a normal "Pipeline" type of job, and then these get triggered from Jenkinsfiles that are watched by the Multibranch-Pipeline-Job.
How to convert this to a "Declarative Pipeline". What are the best documentation resources to get started on the topic "normal vs. Declarative".