jenkinsci / google-storage-plugin

This plugin provides the “Google Cloud Storage Uploader” post-build step for publishing build artifacts to Google Cloud Storage.
https://plugins.jenkins.io/google-storage-plugin/
Apache License 2.0
31 stars 57 forks source link

Bump version of google-oauth-plugin and fix the tests #277

Closed bzzitsme closed 9 months ago

bzzitsme commented 9 months ago

This PR introduces updates to the tests in response to the recent changes made in the google-oauth-plugin (PR #201) The key change involves the restructuring of AbstractGoogleRobotCredentialsDescriptor, which has now been integrated as a static inner class within GoogleRobotCredentials.

Testing done

### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
bzzitsme commented 9 months ago

@jtnord @basil could you please review/merge this PR? 🙂