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

[JENKINS-39547] - Corrupt jar cache #130

Merged
merged 4 commits into from
Dec 16, 2016

Commits on Nov 7, 2016

  1. Do not cache by URL

    olivergondza committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    9a3381a View commit details
    Browse the repository at this point in the history
  2. Do not perform Checksum caching in Checksum class

    We need a way to calculate reliable checksums and as implemented it causes
    temporary write-then-move files to have checksums cached never to use used.
    olivergondza committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    0089cec View commit details
    Browse the repository at this point in the history
  3. [FIXED JENKINS-39547] Verify cached slave jars before using them.

    This moves checksum caching to FileSystemJarCache.
    olivergondza committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    9d7cab8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Address review comments

    olivergondza committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    faae1b5 View commit details
    Browse the repository at this point in the history