
I've been doing CI/CD for more than 15 years, helping teams start doing it, improve their means to do it, and in general making it *boring*. In other words, removing the drama and headaches that plague poor implementations and letting devs focus on other things. Semaphore v2 is hands-down the best CI product I've used to that end. It's designed by people who really are attuned to what makes good pipelines work and have made that their primary focus.
Semaphore v2 really shines on these points:
* Clutter-free UX and effective pipeline visualizations. Semaphore v1 was great, but didn't do so well here - v2 fixed those problems in a big way. Semaphore also obliterates tools like Jenkins and Bamboo in terms of UX. It's extremely intuitive and easy to navigate.
* Incredibly flexible platform, but without the open-ended bloat of Jenkins. Semaphore is opinionated to a degree, but it's opinionated in just the right ways so that you can't help but to end up with effective CI/CD using a very simple set of well-designed building blocks.
* Parallelism is a first class citizen. You can do pretty much anything you want in parallel, but define serial dependencies if you need them. You can also right-size with the appropriate compute resources at a VERY fine-grained level. All of this makes for a billing and activity model that is very fine-grained and useful - kudos on having excellent UX for these features too
* Easy-to-understand logs and job timings. There's always a desire to improve one's pipelines and this provides just the right information to do so. Rather than just show a raw txt dump (which you *can* get if you really want), logs are visually broken up into sections so you can see how long each part takes to run. You can also easily see which steps (if any) failed. I really do not like sifting through unparsed log output to try and find what broke - Semaphore has solved this problem very elegantly.
* Peerless debug facilities. The ability to attach to running or pristine build containers using a copy-paste terminal command is a killer feature and has saved me many hours of work.
* Useful utilities like the sem CLI and the Toolbox built-in to the platform. The Semaphore team anticipates what developers need, freeing us up to focus on more important things. Also helps keep our pipeline scripts short and sweet.
* Semaphore Secrets is excellent, from a feature point of view. Encryption by default, and we don't need to manage it. Having names of secrets in our pipelines rather than the encrypted secrets themselves is a plus.
* Effective strategy for making builds faster and more reliable by supporting a lot of caching patterns and download mirroring. The recent changes to avoid DockerHub throttling is a great example. Other tools often leave you to fend for yourself on these points and that takes time away from more useful pursuits
* Friction-free integration with Github for users and status checks. This was decent in Semaphore v1, and it's extremely good in v2.
* The support team is AWESOME. they respond quickly and almost always have an answer or a suggestion. Review collected by and hosted on G2.com.
Semaphore v2 is still somewhat of a young product and as such there are a few rough spots in terms of features, but they are not nearly enough to make me reconsider using the product as it is today.
Specifically, I found the following things to be a bit rough:
* The artifact tool is a bit tricky, sometimes getting tripped up on certain filenames and not restoring a file to its original location. Fairly easy to work around, but more work than it should be.
* No high-level project health dashboard like we had in Semaphore v1 (or pretty much any tool). We can make dashboards, but they are all very commit-centric which doesn't work as well for managers and architects that just want to keep an eye on the basics
* The permissions model is very rudimentary, and this is a bit of a problem for more security-minded folks. For example, it's not possible to control access to secrets or who can manually deploy code to production. We rely on Github to keep us out of trouble, but I feel like this needs some more development.
* I'm not crazy about all secrets being global - the Semaphore v1 model (global + project secrets) was better IMO for managing large numbers of projects.
* It's not possible to parameterize manual runs. Though best case you don't need this sort of thing in a well-designed CI/CD pipeline, occasionally it's useful for things like hotfixes or rollbacks - exceptional circumstances.
* I can't seem to find a way to navigate the build history for a branch, i.e. scroll through a list of all the commits in order. This is a missing feature that other tools have
* If a pipeline is Stopped abnormally (i.e. neither Passes nor Failed), I have no information to tell me why. I probably should be able to see this info. Review collected by and hosted on G2.com.
Semaphore CI makes it incredibly easy to get started. With zero prior experience on the platform, I was able to spin up a working pipeline to build and test my service in no time. Their "Getting Started" flow is one of the best I've seen — it's clear, structured, and genuinely helps you get up to speed fast. Integrating Semaphore into my existing repositories and services was seamless. I now use Semaphore daily as part of my customer's regular development workflow, and slowly migrating their pipelines over from another CI/CD provider. On top of that, the support team deserves a massive shoutout. They’ve consistently responded within 24 hours and always offer actionable solutions. It’s hands-down some of the best support I’ve ever received from a tech company. Their free tier is also incredibly generous compared to other CI/CD platforms — perfect for testing out the service or running smaller projects without a financial commitment. I've already recommended Semaphore to others and plan to use it on more projects in the future. Review collected by and hosted on G2.com.
Honestly, there’s very little to complain about. The only minor challenge I had was adjusting to their build script format, which is a bit different from what I’m used to. But it’s not a big issue — the visual pipeline builder really helps smooth out that learning curve. Review collected by and hosted on G2.com.
The accessibility and flexibility of configuring our Semaphore instances helped us reduce our CI/CD pipelines to under 10 minutes on average. Also, a shout out to the support team - the support team is always very forthcoming and quick to respond. Generally very happy with Semaphore as our CI/CD provider. Review collected by and hosted on G2.com.
There are occasional hiccups with the agents responding slowly and the occasional outage - but these usually get resolved really quickly by the team. Review collected by and hosted on G2.com.
What I like about Semaphore is that it’s an independent European company with its own data centers. The bare metal servers deliver excellent performance, cutting our times in half, which shortens our feedback loop and significantly improves developer productivity. Also reduces costs by 2 as we need half the time to run CI ! The new flaky test detection tool is also very useful, and their pricing remains highly competitive compared to other providers. Review collected by and hosted on G2.com.
Like many other CI solutions, YAML configuration can sometimes seem complex despite the graphical editor added in recent years. The documentation is very comprehensive but can feel endless due to the platform’s almost limitless possibilities. I’ve had to contact support two or three times over the past five years for specific configuration questions. Review collected by and hosted on G2.com.
It's cheap, it's easy to understand and the suppport team is quick to assist if you need help. We've previously used CircleCI which we found to be the opposite of all these. The UI is also modern and you easily get to what you want. The deployments feature is something I've been searching long and hard for, but haven't found anything else without severely impacting simplicity/ease-of-use. We use Semaphore CI every day, and perform 10+ releases a day to our environments and we have not had any problems yet. It was also very easy to get started as we just connected our GitHub Org, imported the relevant users and got to work on the pipeline files. That step was also a lot easier thanks to the graphical interface which guides you a little bit while you're getting used to the format. Honestly after trying GitHub Actions, CircleCI, Octopus, Jenkins, and more, this clearly stands out to me as the better option. Review collected by and hosted on G2.com.
I wish the UI would be a little bit faster at times. And that the dynamic template resolution step when you use deployment parameters was a little faster. We're trying to squeeze every bit of performance out of our CI and losing 10 seconds to this is a little frustrating. Review collected by and hosted on G2.com.
The product integrates well into our CI/CD setup. The web UI stays out of your way and you can resort to CLI for everything you might need (besides analytics, I think). The ability to spin up the environments and ssh into it to debug potential issues makes it easy to spot issues. The documentation is fine, and above all - their support is human, swift and reliable. Review collected by and hosted on G2.com.
A feature that is in the pipeline (afaik) is to rerun indivdual steps instead of a whole workflow. This is obviously tricky (need to reset artifacts and cache etc) but would save some time on long flaky ci runs (that you should not have, but ... probably have). Review collected by and hosted on G2.com.
The best thing I like is the support that's always polite and helpful. It offers a lot features that are handy for a developer like me. Integrating these features into our processes works really good most of the time! Review collected by and hosted on G2.com.
Sometimes, I find it difficult to navigate through the documentation since there's a lot and it's not particularly within my field of work. Nonetheless, this does not happen often and the customer support is always there to help! Review collected by and hosted on G2.com.
Semaphore was easy to get started with and is one of the lower priced CI/CD platforms. When I need access to beta features or my usage triggered abuse detection, support was quick to respond and helpful. Review collected by and hosted on G2.com.
Semaphore doesn't offer large machine types currently, and Linux ARM (which I needed) was in closed beta. They let me into the beta, but it took several days because their support is on European business hours and I'm in the US. Review collected by and hosted on G2.com.
Semaphore is an incredibly easy to use CI/CD platform. Integrating my Ruby on Rails applications to use it is always very easy to do.
Their platform has an incredibly good looking UI, and documentation is also very well written.
What makes Semaphore stand out from the crowd however is their customer support.
At one point at my current company we had some issue with our organization management; we contacted their customer care and they literally answered our email in 2 minutes and the problem was fixed in less than 1 5 minutes.
It can't get any better than this! Review collected by and hosted on G2.com.
Sometimes they are slow to update the programming language versions in their OS images.
At one point the bump of a minor Ruby version took almost a week in their Ubuntu image and we couldn't upgrade our app without having the CI with the exact same Ruby version.
Also, lately they had some sort of bug in their platform that caused you to log out from Semaphore every day, and you thus you needed to log in back every morning. That was frustrating. Review collected by and hosted on G2.com.
I think SemaphoreCI is a great way to supervise CI/CD workflows. What is very useful for me is the SSH debugging feature helping with troubleshooting pipelines.
As well, the parameterized promotions make it easy to customize deployments, especially when working with multiple environments.
A good tool is also the test result reporting because it makes it easier to identify and address issues quickly which help a lot. In addition, I appreciate how fast are the pipelines and how the YAML configuration is useful to strikes a good balance between simplicity and flexibility! Review collected by and hosted on G2.com.
Semaphore depends a lot on shell commands, which, I think might feel uncomfortable or intimidating to those new to scripting. Thus, I would say Semaphore is way more geared toward users who are already comfortable with the command line.
Also, I miss native integration with tools like Terraform or Pulumi. I believe they would be a nice addition for the one who are a lot invested in infrastructure-as-code. Review collected by and hosted on G2.com.
Semaphore is cost effective and easy to configure. Any time that we need support, we usually have a response within minutes and a resolution within a day. Plus, there are easy to use debug tools so we can dive into any problems we may have. Review collected by and hosted on G2.com.
There aren't many downsides to Semaphore other than just the general frustration that dealing with CI can sometimes be. Review collected by and hosted on G2.com.