I'm trying to understand this product. It looks amazing, but I don't feel 100% sure what it's use is.
Is it used to automate my deployment process so when I merge into the master branch it's auto deployed to my servers and defined scripts are running on them?
Can I use it without having Docker?
Bitbucket Pipelines: https://bitbucket.org/product/features/pipelines
Rajkumar
Fullstack Developer.
It is just like Travis CI in github. A Continuous Integration tool, given by bitbucket for free. And no, you don't need docker for start using it.
This tool just compile your script and run tests, if any written. It is not deployment tool. If you want, I guess, you can extend it, but I'm not sure. So it is more like automated build tool!