Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use cache for Jenkins remote files #155

Open
morlajb opened this issue Jan 24, 2024 · 0 comments
Open

use cache for Jenkins remote files #155

morlajb opened this issue Jan 24, 2024 · 0 comments

Comments

@morlajb
Copy link

morlajb commented Jan 24, 2024

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

we have a heavy Jenkins with more than 10,000 runs a day. it would be nice to try and reduce some loads from it :

currently it checkout every branch build

Checking out git https://github.com/XXXX/jenkins-files.git into /var/jenkins_home/workspace/aaa_main@script/23af8263fcd014953cdff9bf6785fd52eb5b74f67310a854c0195f1b4d89dd8a to read Jenkinsfiles/aaa/Jenkinsfile

instead of doing the checkout over and over maybe we can use some cache , like in the jenkins-lib mechanism

Loading library jenkins@main
Library jenkins@main is cached. Copying from home.

another issue , is missing of cleanup , those remote files stay forever , need to add a weekly / daily cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant