Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click on Add Team member you will see below screen where you can see user verification form required two mandatory parameter like below screen.

    Image RemovedImage Added
  2. To get username and name logged into user Bitbucket account click on settings wheel icon on top right and then click on “Personal Bitbucket Settings”
     https://bitbucket.org/account/settings/ 

  3. Image RemovedImage Added
  4. Here in this screen Name refer as Bitbucket  Name and Username refer Bitbucket Username for the above screen like this 

    1. Bitbucket Name:  Ravi Gant

    2. Bitbucket Username: srinivasgr

...

  1. After cloning branch go the folder Make some changes in the files

  2. Open gitbash and write cd  Productione160c1(“cloned folder);

  3.  git clone --branch branchname https://bigistagingprolatest:$authtoken@bitbucket.org/bigistagingpro/stagingprostaging.git branchname 

  4. After cloning branch do cd branchname  

  5. Make changes in the required file

  6. git status to check the changes 

  7. git add --all : to add all the changes

  8. git commit -m 'Commit Message'

  9. git push origin branchname

  10. Then go to code deployment screen there you can see the direct commit changes like this                                                                                                                                                                                                                 

    Image RemovedImage Added
  11. By clicking on “Generate Preview and Approve Later” link user can launch Preview for direct commit                                                                                                                                                                                                 

    Image RemovedImage Added
  12. Click on “Approve and Deploy to initiate deployment

    1.  Workflow for Pull Request

      1. Create Pull request in your bitbucket account under repository section 

      2. See the left menu and click on “Pull request”

  13. Image RemovedImage Added
  14.  Click on create pull request on the top right side then select the Environment branch for the destination branch dropdown.                                                                                                                                                           

    Image RemovedImage Added
    1. you will see this screen where you can add your comment and then click on “approve” and “merge”                                                                                                                                                                                        

      Image RemovedImage Added
  15. After clicking merge you will see this screen 

  16. Image RemovedImage Added
  17. You can add your comment but do not made modifications on top commit message like “Merged in Akanksha247e160c1472899 (pull request #12)” and simply click on “Merge” button Then you will start seeing entries like this under “Code Deployment” 

  18. Image RemovedImage Added

Here you can see the generate Preview link click on “Generate Preview and Approve Later” link and select the correct note version from dropdown and then again click on “Launch Preview” button.

...

After StagingPro is linked with your Git repository, the active branches are programmatically generated and these names must NOT be changed.

...

StagingPro Git Branch workflow

As part of theme deployment workflow, consider the following StagingPro setup showing your mapped environments for Production, Staging and UAT.

...

Now consider BitBucket users (developer and designer) added to StagingPro using the ‘Connect BitBucket’ tab

...