Hi all,
In my organization, Some job in Jenkins are pipelines, and some job are freestyle or multi jobs.
The freestyle/multijobs are old and work, and I prefer to change them the minimum I can.
I have some shared libraries that are in use by the pipelines. and I need to implement the same requirements in the freestyle jobs.
Is there a way to use them in the freestyle jobs too?
Thanks.