The situation:
I am new to BitBucket. I currently I have a Repository created in BitBucket and I have a TFS CI Build definition with which I have linked the BitBucket Repository through an Endpoint.
The TFS CI Build Definition basically downloads the Readme.md file which is checked-in in that repository.
Problem 1:
I want to know how can I upload\check-in any file\folders into that repository present on Bitbucket with TFS CI Build?
Problem 2:
In triggers option of CI build I don't see the option of Gated trigger present under it like it used to be there when I use TFS as the source code repository.
After Creating a batch file,
Batch file script - It works successfully if triggered manually but doesn't work with TFS build.
TFS Build Pipeline which get stuck at git push command while executing the batch file.