python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Change remote repository credentials (authentication) on Intellij IDEA 14
I recently changed my Bitbucket password for security reasons. However, IntelliJ didn't update my repository to the new credentials, so it stops me from pulling/pushing anything to my repository. I am...

Bekim
@bekim-bekimfetahu-at-gmailcom
Votes: 0
Answers: 0
Get list of all files from Bitbucket with API 2.0 and Python
I used to manage commits of files of my Bitbucket on-premise instance with que API 1.0 and Python.
Retrieving list of all files was quite easy with the '/files' instruction in Python :
url_0='https://...
boathon
Votes: 0
Answers: 1
BitBucket Webhook for Jenkins isn't triggering build
Ok, I know, there are a lot of questions around already for that topic, but they didn't seem to work with me. Let me summarize the needs and what I tried so far:
There is a BitBucket repository (http...
tooEarlyToGetUp
Votes: 0
Answers: 0
How to trigger a Jenkins pipeline once a Bitbucket pipeline is finished?
I have the following requirement. I have a Jenkins pipeline which I want to be triggered once a Bitbucket pipeline has been finished with success. The problem is that I need to pass also some params a...
Seby Galan
Votes: 0
Answers: 1