Bit Bucket
Bit Bucket
● It allows users to do basic Git operations (such as reviewing or merging code, similar to
GitHub) while controlling read and write access to the code.
● Bitbucket is focused on private repositories.
● It allows you to automatically build, test, and even deploy your code based on a
configuration file in your repository.
● Click on the Login button and if you don't have an account, proceed to create one by
entering your email address.
● Once the workspace is created, you will be redirected to the home page of Bitbucket.
● Navigate to the settings icon and choose "Personal Bitbucket Settings".
● Copy the username from the settings.
Paste this copied username into the FireFlink Platform while setting up the
Bitbucket instance.
● Follow the instructions to provide the necessary permissions for different aspects.
● Once you click on Create a popup with your password will be visible.
● Copy it and paste it into the FireFlink Bitbucket password text field, then click on Verify.
● After successful verification, fill in the required fields for the Instance name and select
the previously created workspace from the dropdown.
● Return to the Bitbucket website, click on its logo, and access the Create dropdown.
Choose the project option.
● Select a project from FireFlink and a suite from that particular project.
● You'll encounter a popup to verify FireFlink credentials.
● Now an instance for Bit Bucket is created.
● Navigate back to Bitbucket, click on Repositories, and find your created repository.
● Access your repository and you'll be able to see the instance created in FireFlink.
● Select the branch and pipeline, and click on the run button
● This will trigger the execution on the designated machine.
● The results of the execution will be visible on both the FireFlink execution dashboard
and Bitbucket.