Founded Year

2010

Stage

Unattributed VC | Alive

Total Raised

$368.96M

Last Raised

$700K | 3 yrs ago

Revenue

$0000 

Mosaic Score
The Mosaic Score is an algorithm that measures the overall financial health and market potential of private companies.

-21 points in the past 30 days

About CloudBees

CloudBees provides continuous integration and continuous delivery (CI/CD) solutions in the software development industry. The company offers products that automate and manage the software development and delivery process across hybrid and multi-cloud environments. It serves the automotive, government, financial services, insurance, retail, and software sectors. The company was founded in 2010 and is based in Lewes, Delaware.

Headquarters Location

16192 Coastal Highway

Lewes, Delaware, 19958,

United States

408-805-3552

Loading...

ESPs containing CloudBees

The ESP matrix leverages data and analyst insight to identify and rank leading companies in a given technology landscape.

EXECUTION STRENGTH ➡MARKET STRENGTH ➡LEADERHIGHFLIEROUTPERFORMERCHALLENGER
Enterprise Tech / Development

The release automation software market provides platforms and tools that enable companies to deliver software faster with fewer errors. These solutions automate software development workflows including testing, deployment, feature management, and compliance checks. The market encompasses continuous integration/continuous delivery (CI/CD) tools, deployment automation platforms, and feature flag man…

CloudBees named as Leader among 15 other companies, including GitLab, Harness, and JFrog.

CloudBees's Products & Differentiators

    CloudBees Platform

    Connected, automated, end-to-end software delivery

Loading...

Expert Collections containing CloudBees

Expert Collections are analyst-curated lists that highlight the companies you need to know in the most important technology spaces.

CloudBees is included in 3 Expert Collections, including Unicorns- Billion Dollar Startups.

U

Unicorns- Billion Dollar Startups

1,276 items

F

Fintech

9,653 items

Companies and startups in this collection provide technology to streamline, improve, and transform financial services, products, and operations for individuals and businesses.

T

Tech IPO Pipeline

257 items

The tech companies we think could hit the public markets next, according to CB Insights data.

CloudBees Patents

CloudBees has filed 1 patent.

The 3 most popular patent topics include:

  • agile software development
  • computer security exploits
  • integrated development environments
patents chart

Application Date

Grant Date

Title

Related Topics

Status

12/15/2022

5/21/2024

Software development process, Software testing, Agile software development, Computer security exploits, Integrated development environments

Grant

Application Date

12/15/2022

Grant Date

5/21/2024

Title

Related Topics

Software development process, Software testing, Agile software development, Computer security exploits, Integrated development environments

Status

Grant

Latest CloudBees News

Why aren’t you using feature flags? Best Practices to Make Your Node.js App More Secure Top Tools to Optimize Your E-Commerce Wo...

Jul 8, 2025

Most developers no longer work in rigorous waterfall development cycles , in which a major release consisting of a set of features is planned six months in advance and then deployed to test and QA before finally being deployed on prod. That rarely ever worked. Waterfall was like selling record albums versus just delivering a new song to stream whenever you think you have a hit. In cloud organizations, teams work on individual features and deploy many times per month. Some places have multiple deployments per day. As these teams focus on cranking out the “hits,” many are now using feature flags to manage which features are enabled, where they are enabled, and for whom. What is a feature flag? So what is a feature flag? “It’s effectively an if statement, which has been around as long as we’ve been writing code. So it’s not new, it’s structured in a way that you can control it,” says Jim Schuchart, vice president of software delivery automation at CloudBees. “At the heart of it, feature flags allow you to decouple a deploy from a release,” Schuchart explains. “So in a world where you don’t have a feature flag in your code: I deployed to production, and I released to my customers, and that is the same thing.” When rolling out a new feature, one may not want every user to get the feature simultaneously. By deploying to a smaller set of users, you can ensure the feature works before setting it upon the world. According to Lawrence Bruhmuller, CTO of Optimizely, “There’s a big movement around testing in production because nothing is like production. Attempts to get a staging environment that is very production-like is a lot of effort, and you never really get it right.” In a heavily used cloud application, it is possible to gather data on how users interact with a feature. For instance, when Airbnb rolls out new performance reporting tools for hosts, they could see who uses them and compare that to the previous tools. Analyzing whether users interact more with the old version or the new version of a component is essentially an A/B test, which marketing professionals have used since time immemorial for content. Another use of feature flags is entitlements. According to Alea Abed, senior product marketing manager at LaunchDarkly, “You could enable your sales team or your support team to give customers certain functionality based on an issue they’re having or an upgrade to a different tier.” Meaning your support reps could flip on the “pro” or “enterprise” version of your software by toggling a flag. Feature flag management and maintenance The biggest problem with feature flags is that they can get left in the code, leaving you with so-called “technical debt.” Talia Nassi, developer advocate at Split, suggests that maintaining feature flags follows a lifecycle. “There’s four parts,” she says, “there’s creation, implementation, rollout, and cleanup.” Essentially your team needs a policy about when feature flags are cleaned up and who is responsible for the flag. Nassi suggests that establishing ownership is vital to feature flag hygiene. According to Jon Collins , vice president of research at Gigaom , current tools are not up to the task of unbounded complexity. “The trouble is you don’t stop at a B testing, you want to do ABCD testing,” Collins says. “Nothing ever stops at simple. A lot of the tools that we have these days are good, as long as you don’t try and push them too far. Once complexity comes in, the tools can’t cope with it.” Many cloud-based organizations develop their own custom feature flag kits and then later move to a product or service when they become unwieldy. All of the vendor offerings have SDKs for popular languages. Most of the SDKs are open source. As opposed to “if statements,” the SDKs hook into monitoring and management capabilities of feature flag platforms. Some of the feature flag offerings have inexpensive or free “starter” tiers that do not cost you anything until your application starts handling volume. Who are the major players The major vendors in this area are Convert, CloudBees, LaunchDarkly, Optimizely, and Split. Their history and focus differentiate their products. Convert.com is one of the only tools on the market with web testing & Full-stack capabilities accessible from the same modal, and the same plan (Pro, starting $599 per month). Convert’s feature flagging integrates a JavaScript SDK into your application (compatible with any JS application). You begin with the starter code from your project settings in the Convert dashboard. Then, within your Convert Fullstack project, define specific areas and features in your app to target for the experiment. Here, you can create variations with the features you want (JSON, text attribute, etc. ), to serve your specific variation customization logic. You can also toggle these features within the code. Optionally, set up event listeners to monitor feature activation and user interactions for debugging. Once set up, Convert allows you to assign users to different feature variations using any kind of user IDs. The bucketing is randomized yet deterministic for a specific user context. You can track conversions to analyze feature performance with preset and custom goals. CloudBees has a storied history but has been in the Jenkins and continuous integration game for nearly a decade. Their feature flag support is an outgrowth of this business. They see a focus on developers as a key differentiator along with a security focus. According to Jim Schuchart, “A large part of our security model is based on the fact that we receive very little of your data. Like the bare minimum,” he says. “Everything is processed locally, which has great speed advantages, but it also has great security advantages.” LaunchDarkly is the name to beat among feature flag implementations. They see their developer focus and product focus on feature flags as core differentiators. According to Abed, “We really focus on the developer. And we’re starting to look at how product teams can use feature flags. A lot of the competitors are one-size tool fits all.” Optimizely started with a focus on A/B testing and experimentation for a non-technical user. According to Bruhmuller, “I think we come from this real position of strength in having done A/B testing experimentation for a long time, and kind of started it.” But their having done it earlier isn’t the only reason to go to Optimizely. Optimizely also incorporates a statistical package and ensures data scientists can extract data for their own tools. Split also sees its developer focus as critical, as well as its integrations with other tools. “Split is super developer-friendly,” says Nassi. “We have a ton of SDKs, and we have tutorials on how to use all the SDKs.” Split also prominently advertises their analytics capabilities. What’s next in feature management Feature flags and the associated tooling are just part of an overall transition from “release management” to “feature management.” Essentially this is a sign that the nature of software development is changing. As microservice architecture took over from monolithic software development practices, it makes sense that delivery and deployment would match this change. GigaOm’s Jon Collins suggests that the feature management approach sees features and feature delivery from a product management mindset rather than a project management mindset. According to Collins, There’s a huge overlap between what feature management needs to do and what value stream management is already doing. Around just identifying the flow of things through the pipeline . If you look at IBM’s UrbanCode Velocity , for example, there are really nice graphics, you see the little circles moving through, and then you see them stuck. And then you can drill into why they’re stuck, and how long they’ve been stuck, and they change color. So that kind of visualization, but as an approach to… so we don’t need to manage features so much as manage units of delivery, which we can call features. And it becomes all about throughput, which is one of the original precepts of DevOps. The effect of this form of feature development may evolve our entire development and release engineering process. Rather than plan numeric releases, features are deployed to production as separate workstreams and deployed as they are ready. From there, they are rolled out to users and “tested.” It is conceivable that it might even affect our pricing and development priorities. Rather than selling a user a subscription to your service or application as a monolithic whole, you sell them specific features. The features that sell well get priority, and those that users do not like simply starve after an initial investment period. Again, we are talking about individual songs (features) rather than albums (releases).

CloudBees Frequently Asked Questions (FAQ)

  • When was CloudBees founded?

    CloudBees was founded in 2010.

  • Where is CloudBees's headquarters?

    CloudBees's headquarters is located at 16192 Coastal Highway, Lewes.

  • What is CloudBees's latest funding round?

    CloudBees's latest funding round is Unattributed VC.

  • How much did CloudBees raise?

    CloudBees raised a total of $368.96M.

  • Who are the investors of CloudBees?

    Investors of CloudBees include Matrix Partners, Delta-V Capital, Unusual Ventures, Golub Capital, HSBC Venture Capital and 8 more.

  • Who are CloudBees's competitors?

    Competitors of CloudBees include Anysphere, Bitrise, Split Software, Harness, Codefresh and 7 more.

  • What products does CloudBees offer?

    CloudBees's products include CloudBees Platform.

Loading...

Compare CloudBees to Competitors

Bitrise Logo
Bitrise

Bitrise develops a mobile platform to provide continuous integration and delivery (CI/CD) tools for mobile applications. The company offers various tools for the development, testing, and deployment processes of mobile apps. Its platform is intended to assist with different stages of mobile app development, including building, testing, releasing, and optimizing applications. The company was founded in 2015 and is based in London, United Kingdom.

CircleCI Logo
CircleCI

CircleCI provides tools for continuous integration and delivery within the software development industry. The company has a platform that helps teams to build, test, and deploy code. CircleCI's services apply to various sectors, including mobile, web, application programming interface (API), serverless, and artificial intelligence (AI) applications. It was founded in 2011 and is based in San Francisco, California.

Gearset Logo
Gearset

Gearset is a company that focuses on providing Salesforce DevOps solutions in the technology industry. The company offers services such as metadata deployments, backup and restore, data deployments and compliance, continuous integration and version control, automated release pipeline, and change monitoring and testing. Gearset primarily sells to sectors that utilize Salesforce, such as the ecommerce industry and cloud computing industry. It was founded in 2015 and is based in Cambridgeshire, England.

C
ConfigCat

ConfigCat is a developer-centric feature flag service in the software development industry. The company offers a platform for managing feature toggles and configurations, enabling real-time feature rollouts and updates across various platforms without redeploying code. ConfigCat supports a range of integrations and programming languages, providing tools for A/B testing, user segmentation, and compliance with GDPR and ISO 27001 standards. It was founded in 2018 and is based in Budapest, Hungary.

Copado Logo
Copado

Copado provides DevOps solutions for business applications, particularly for Salesforce. Its platform includes tools for planning, building, testing, releasing, and operating software, aimed at enhancing the software delivery lifecycle. Copado's solutions address various roles within an organization, offering functionalities that assist in collaboration, automation, compliance, and security throughout different stages of DevOps. It was founded in 2013 and is based in Chicago, Illinois.

Octopus Deploy Logo
Octopus Deploy

Octopus Deploy specializes in deployment automation and DevOps process enhancement within the software development industry. The company offers a platform that simplifies complex deployments and operations tasks, ensuring consistent and reliable software delivery across various environments. Octopus Deploy primarily serves the software development and IT operations sectors. It was founded in 2012 and is based in South Brisbane, Australia.

Loading...

CBI websites generally use certain cookies to enable better interactions with our sites and services. Use of these cookies, which may be stored on your device, permits us to improve and customize your experience. You can read more about your cookie choices at our privacy policy here. By continuing to use this site you are consenting to these choices.