When comparing Distelli vs Bitbucket Pipelines, the Slant community recommends Bitbucket Pipelines for most people. In the question“What are the best continuous integration tools?” Bitbucket Pipelines is ranked 22nd while Distelli is ranked 29th. The most important reason people chose Bitbucket Pipelines is:
Eg: ./1.setup.sh 48s ./2.build.sh 56s With this information, it's easy to find out which line of the script is the bottleneck of the build process.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Can deploy to any server, on any platform
Distelli suports all of the popular platforms and can be deployed to any server.
Pro Allows tracking deployments
Through Distelli, the user can track who deployed what application to what environment, as well as when it happened.
Pro Environment-specific commands
In Distelli, the user can set up environment-specific commands to run before, during, or after a deployment.
Pro Displays real-time logs
As the user deploys, real-time logs are displayed, providing useful information and giving the user an intuitive means off which he/she can operate.
Pro Provides time taken for each step
Eg:
./1.setup.sh 48s
./2.build.sh 56s
With this information, it's easy to find out which line of the script is the bottleneck of the build process.
Pro Great Jira integration
The same company Atlassian built Jira, which provides top-tier integration with Jira.
Pro Combined service: source control and CI
Cons
Con Security concerns
Although Distelli is very easy to use and helps developers who don't want to spend time setting up their build environment, there are a number of security concerns regarding the tool. This is because you have to host an agent that allows RPC with a relatively unknown third party.
Con Only 50 mins/month free usage
The Free plan only gives you 50 minutes per month to run the build.
Con Sparse documentation and examples
