Open
Description
Right now a lot of repos have just copy+pasted the jenkinsfile from another repo.
It should be possible to DRY them up, so that if a fix is done in one repo, this applies to all repos.
It seems like that shared libraries are the way to go: https://www.jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries/