-
Bug
-
Resolution: Unresolved
-
Major
-
None
When we have thousands of pipelines jobs using same version of library and also using git tags to load library than there is no meaning to check for update in git remote repo on every pipeline run, also there is no meaning to store separate library in every pipeline jobs workspace and also under every build directory. Calls to git remote repo on every pipeline run add extra loads on master when you have always large number of builds running all time. And extra storage on master makes maintenance(backup, restore in critical time) of jenkins master difficult and more time consuming.
- depends on
-
JENKINS-38992 Cache libraries specified by a permanent revision string
- Resolved
- relates to
-
JENKINS-65612 Support for immediately cleaning @libs workspaces
- Open
-
JENKINS-70869 Option to bypass workspace checkout of library
- Resolved
-
JENKINS-66629 SCMSourceRetriever leaks @libs workspaces
- Closed