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

Introduce caching for git objects on the executor nodes #107

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 30, 2023

  1. Adjust the options of the parametrized repo

    - Explicitly name the remote origin
    - Only fetch the branches specified in the refspec
    - Let Jenkins determine the name of the local branch automatically
    
    Signed-off-by: Bence Szépkúti <[email protected]>
    bensze01 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f02aa40 View commit details
    Browse the repository at this point in the history
  2. Return scm map representing parametrized repo

    Instead of checking the repo out in the function, we do so in the
    caller.
    
    Signed-off-by: Bence Szépkúti <[email protected]>
    bensze01 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    64d47b7 View commit details
    Browse the repository at this point in the history
  3. Chache git objects on Jenkins agents

    This should reduce network usage and speed up builds
    
    Signed-off-by: Bence Szépkúti <[email protected]>
    bensze01 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ceedadc View commit details
    Browse the repository at this point in the history