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

Multiple checkout #62

Merged
merged 3 commits into from
Sep 25, 2020

Conversation

francoisferrand
Copy link

Better handle performing multiple checkouts from the same build:

  • Match manifest url/branch/file to compute changes
  • Store extra index in ManifestAction to display each manifest
  • Display the manifest url/branch/file in manifest action

Francois Ferrand added 3 commits April 23, 2020 20:31
When multiple repo checkouts are performed in the same build, multiple
ManifestActions are created (which is expected). However, they all point
to the same manifest content: which this commit fixes.
Compute SCMRevisionState against checkout of the same manifest (URL,
branch and file), to get significant log when multiple checkouts are
performed.
In ManifestAction page, show the URL, Branch and File of the manifest
which was used. This is especially useful when performing multiple
checkouts in the same job.
@francoisferrand
Copy link
Author

@rsandell , @bjarkef : can you please review this PR ?

@francoisferrand
Copy link
Author

@rsandell , @aep , @bjarkef : can you please review this PR ?

@francoisferrand francoisferrand merged commit 78be6d7 into jenkinsci:master Sep 25, 2020
@francoisferrand francoisferrand deleted the multiple-checkout branch September 25, 2020 14: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