After a build result is expired or deleted from Bamboo, it's not possible to retrieve which were the commits of those builds. However if the build is consuming a Bitbucket repository the information is still available in Bitbucket's database. ...
git revert [hash] A hash is a code that identifies each commit. Obtain a commit hash by running: git log For example: In this example, we first ran the git log command to obtain the commit hash, and then we reverted the last commit by running git revert with the commit hash we obta...
must not change. This is often defined in terms of the maven groupId and artefactId of your plugin. This value is used by Atlassian Marketplace and other parts of Bitbucket Server as a unique identifier for your plugin. Changing this value could lead to data loss, and will cause you to...
“commits” view of a repository. The commits view for our demo repository can be found at:https://bitbucket.org/dans9190/tutorial-documentation-tests/commits/all. This view will have a similar output to thegit logcommand line utility. It can be used to find and identify a commit to ...
You can create a new Git branch from an existing one, a commit, a tag or even a repository. There are commands (like checkout) and other options like branch overview, dropdown menu, etc., to get this done. 29 mins read Abranch in Gitis a concept/ component that allows users to br...
public Go modules are source repositories, publishing a private Go module follows the same process as publishing a public one. To publish your new module, stage your changes in the current directory using thegit addcommand, then commit those changes to your local repository with thegit commit...
Learn how to set up, configure, and operate an Nginx installation for day-to-day use Explore the vast features of Nginx to manage it like a pro, and use them successfully to run your website Example-based guide to get the best out of Nginx to reduce resource usage footprint ...
I created it in the hope that it will be useful especially for System Administrators and WebOps. I hope you enjoy it. Before you start remember about the two most important things: Do not follow guides just to get 100% of something. Think about what you actually do at your server!
How do I create a new branch from a specific commit?If you want to start your new branch based on a specific commit (not a branch), then you can provide the commit hash as the starting point:$ git branch <new-branch> f71ac24d...
We have integrated Slack with our Bitbucket pipelines however employees complain about the notifications being too chatty and also often not useful. I have had to temporarily disable it until we can clean this up. IE: When a pipeline runs it reports to Slack the commit Hash and the user ...