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

Move git checkout to stages #17939

Closed
wants to merge 1 commit into from

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano commented Apr 23, 2020

Checkout takes about five minutes, and the unstash executed on each stage
takes between 6 and 15 minutes. Try to move checkout to stages to remove
the original checkout and reduce the time of each stage requiring the code.

With selective execution of stages is not so important to reuse checkouts
by stashing it and we can save a lot of time per build.

@jsoriano jsoriano self-assigned this Apr 23, 2020
Checkout takes about five minutes, and unstash takes between 6 and 15
minutes. Try to move checkout to stages to remove the original checkout
and reduce the time of each stage requiring the code.
@jsoriano jsoriano closed this Apr 23, 2020
@jsoriano jsoriano deleted the jenkins-checkout-on-stage branch April 23, 2020 15:08
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

Successfully merging this pull request may close these issues.

1 participant