Skip to content

Feature/oauth bit bucket#3984

Closed
NickTheDevOpsGuy wants to merge 3 commits into
jenkinsci:masterfrom
NickTheDevOpsGuy:feature/oauth-bit-bucket
Closed

Feature/oauth bit bucket#3984
NickTheDevOpsGuy wants to merge 3 commits into
jenkinsci:masterfrom
NickTheDevOpsGuy:feature/oauth-bit-bucket

Conversation

@NickTheDevOpsGuy

Copy link
Copy Markdown

Description

This pull request adds OAuth authentication support for Git operations performed by the Jenkins plugin.

The change enables OAuth-based credentials to be used when interacting with Git repositories, providing an alternative to traditional username/password or token-based authentication flows. This allows Jenkins environments configured with OAuth credentials to authenticate successfully during supported Git operations.

Testing done

The change was tested by configuring the plugin with OAuth authentication and executing Git operations against a repository that requires OAuth-based authentication.

Testing included:

  • Verified the changed OAuth authentication code path is executed during a Git operation
  • Verified authentication succeeds with valid OAuth credentials
  • Verified the repository can be accessed using the configured OAuth authentication
  • Verified existing Git authentication behavior remains functional
  • Verified the project builds successfully with the changes

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 demonstrate the feature works or the issue is fixed

@NickTheDevOpsGuy NickTheDevOpsGuy requested a review from a team as a code owner July 7, 2026 04:41
@github-actions github-actions Bot added the tests Automated test addition or improvement label Jul 7, 2026
@NickTheDevOpsGuy NickTheDevOpsGuy force-pushed the feature/oauth-bit-bucket branch from 5701368 to ee192a7 Compare July 7, 2026 04:47
@NickTheDevOpsGuy NickTheDevOpsGuy force-pushed the feature/oauth-bit-bucket branch from ee192a7 to 6562329 Compare July 7, 2026 04:48
@NickTheDevOpsGuy NickTheDevOpsGuy deleted the feature/oauth-bit-bucket branch July 7, 2026 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Automated test addition or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant