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

Details

    • 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.

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: