Hi,
I have been using BitBucket on a personal website and I would like to plan for the future when I invite other developers to BitBucket projects. However I am coming across some issues and wanted some advice.
I have created a new user and logged into the other user's account through an Incognito tab in Mozilla Firefox.
What I would like to do is that a user uploads their changes I can test them out before the changes being pushed to the live server through FTP (I currently have a Pipeline setup).
By the way this is the pipeline file:
# This is a sample build configuration for PHP.
# Check our guides at https://confluence.atlassian.com/x/e8YWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: samueldebruyn/debian-git
pipelines:
default:
- step:
script:
- apt-get update
- apt-get -qq install git-ftp
- git-ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD wetcheck.com.au
Anyway I invited a user to test this functionality and created a new account for this user in an Incognito tab but after I try to edit a file I get this:
That 'Creating pull request' has been there for 10 minutes. I'm not sure why this is happening - I have an inkling that the account is checking for the IP address rather than the session because my main account is logging me out and behaving strangely.
I'd like to test out the features but I don't know why it's taking so long to load and make a commit.
Also do you have a guide that you can recommend for adding a developer to a BitBucket account and tracking his changes?
Thanks
I would like to add something - after the loading screen as per the previous message I have checked back and now there are 3 repositories in the new developer's account instead of 1:
What's interesting is that these 2 additional repositories are not visible in the admin account that created that user.
If anyone can give me any input on what I am doing wrong to allow me to have a new user that can create changes and have me control how those changes are deployed (or at least be able to track them) - would be much appreciated.
I have given the new user Edit permissions - and I have made a change in the new user's (Kostya M) account on the main repository - and you can clearly see the commit here:
However it's not showing up when I check on my main account:
Interestingly enough the project is capitalized 'WetCheck' on the admin account ('Kosta Kondratenko') but is all lowercase on the new user's account 'wetcheck'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am very confused - I should note there are no Pull requests on the admin account - I have created a pull request in the 'wetcheck' project:
https://bitbucket.org/KostyaMK/wetcheck/pull-requests/1
However it doesn't show up ont he main account - it's like these two forks live independently of each other and I can't see the changes of the new user I've added.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.