I have a java project on Bitbucket: https://bitbucket.org/myProjectName/myRepositoryName/src/master/
This is links to clone my project:
git clone git@bitbucket.org:myProjectName/MyRepositoryName.git
git clone https://userName@bitbucket.org/myProjectName/MyRepositoryName.git
It is located somewhere on our company server. But somehow people forgot where it is located (on which physical machine). And I need to know somehow what is IP address of this server. I searched everywhere in settings, but I didn't find anything. All commands that I have used - they only show the SSH path to your repository (not actual IP address). I have even installed Bitbucket Server on my own PC to make everything clear for me, but still don't understand. Can anyone help: How to get ID address of personal bitbucket server? Thanks.