Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-22002

Add ability to push back changes to the repository without need to manually set credentials when using Windows Runners

XMLWordPrintable

    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Currently, when using bitbucket cloud-hosted runners you can push back to the repository using the $BITBUCKET_GIT_HTTP_ORIGIN variable without the need to manually set the credentials for authentication, as it will be redirected to the authentication proxy.

      However, when using Windows runners this is not possible and the user needs to manually set the credentials for authentication like below :

      git remote set-url origin "https://$($Env:BB_USERNAME):$($Env:BB_APP_PASSWORD)@bitbucket.org/$Env:BITBUCKET_WORKSPACE/$Env:BITBUCKET_REPO_SLUG.git" 

      It would be great if Windows runners had to ability to push back to the repository using the baked-in credentials instead of having to manually provide the authentication credentials.

              Unassigned Unassigned
              641e77b2eb21 Patrik S
              Votes:
              7 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: