Associate GDSL files globally across multiple projects
已回答
I'm dealing with dozens of different projects with groovy jenkinsfiles in them - is it possible to add a global gdsl file instead of adding one into each project src directory (which makes it a nightmare to keep them up to date)?
请先登录再写评论。
Hello,
You may create project with this file, save it as a template and then create new projects using this template.
That is still creating a file in each project. When gdsl changes - new plugins, updates, library methods - all of them are going to be out of sync.
A more global option for common scripts would be a better option - like there is "global libraries".
Mauro,
Feel free to create request for this feature on YouTrack: https://youtrack.jetbrains.com/issues/IDEA