Skip to content

Conversation

rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 8, 2025

I had this happen locally today, and clearing okhttp from my local Maven cache fixed the problem. No idea what's going wrong here, but it happened in the regression jobs.

I had this happen locally today, and clearing okhttp from my local Maven cache fixed the problem. No idea what's going wrong here, but it happened in the regression jobs.
@Copilot Copilot AI review requested due to automatic review settings October 8, 2025 19:12
Copy link

github-actions bot commented Oct 8, 2025

Copyright Validation Results
Total: 1 | Passed: 0 | Failed: 0 | Skipped: 1 | at: 2025-10-08 19:13:10 UTC | commit: d771d42

⏭️ Skipped (Excluded) Files

  • Jenkinsfile

✅ All files have valid copyright headers!

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a temporary workaround for a mysterious okhttp3 compilation error by clearing the okhttp3 dependency from the local Maven cache in Jenkins build pipeline.

  • Adds cache clearing commands to remove corrupted okhttp3 artifacts from Maven repository
  • Includes debugging output to list squareup directory contents before cleanup
  • Applied consistently across multiple test execution functions in the pipeline

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

echo "Temporary fix for mysterious issue with okhttp3 being corrupted in local Maven cache."
ls -la ~/.m2/repository/com/squareup
rm -rf ~/.m2/repository/com/squareup/okhttp3/
Copy link

Copilot AI Oct 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent indentation: this line uses tabs while surrounding lines use spaces. Should use spaces to match the existing indentation pattern in the file.

Suggested change
rm -rf ~/.m2/repository/com/squareup/okhttp3/
rm -rf ~/.m2/repository/com/squareup/okhttp3/

Copilot uses AI. Check for mistakes.

@rjrudin rjrudin merged commit 26d12a8 into develop Oct 8, 2025
3 checks passed
@rjrudin rjrudin deleted the feature/jenkins-fix branch October 8, 2025 19:19
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