Hello! Please forgive my ignorance as I'm fairly new to Bamboo & BitBucket. Any resources you can provide to help answer this question would be great.
I've configured a build plan in Bamboo to issue a `git pull` command once a BitBucket repo is updated. I've ran the build a few times now, and it fails every time because it cannot read the password to my BitBucket user.
fatal: could not read Password for 'https://user@git.site.com': No such device or address
Everything else in the plan seems to run fine. Any suggestions for how I could fix this?
Thank you in advance!
Hi,
If your intention is to just trigger a build soon after a new commit is made on Bitbucket repository, you would have to add that Bitbucket repository as a Linked repository in your plan and then configure Triggers, so that a new build is triggered when changes are committed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.