TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Google Compute Engine

    Score8.8 out of 10
    N/AGoogle Compute Engine is an infrastructure-as-a-service (IaaS) product from Google Cloud. It provides virtual machines with carbon-neutral infrastructure which run on the same data centers that Google itself uses.

    $0

    per month GB

    Jenkins

    Score8.1 out of 10
    N/AJenkins is an open source automation server. Jenkins provides hundreds of plugins to support building, deploying and automating any project. As an extensible automation server, Jenkins can be used as a simple CI server or turned into a continuous delivery hub for any project.N/A
    Pricing
    Google Compute EngineJenkins
    Editions & Modules
    Preemptible Price - Predefined Memory
    0.000892 / GB
    Hour
    Three-year commitment price - Predefined Memory
    $0.001907 / GB
    Hour
    One-year commitment price - Predefined Memory
    $0.002669 / GB
    Hour
    On-demand price - Predefined Memory
    $0.004237 / GB
    Hour
    Preemptible Price - Predefined vCPUs
    0.006655 / vCPU
    Hour
    Three-year commitment price - Predefined vCPUS
    $0.014225 / CPU
    Hour
    One-year commitment price - Predefined vCPUS
    $0.019915 / vCPU
    Hour
    On-demand price - Predefined vCPUS
    $0.031611 / vCPU
    Hour
    No answers on this topic
    Offerings
    Pricing Offerings
    Google Compute EngineJenkins
    Free Trial
    YesNo
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional DetailsPrices vary according to region (i.e US central, east, & west time zones). Google Compute Engine also offers a discounted rate for a 1 & 3 year commitment.—
    More Pricing Information
    Community Pulse
    Google Compute EngineJenkins
    Considered Both Products
    Google
    No answer on this topic
    Open Source
    Chose Jenkins
    Travis is on open source it provides great flexibility with github and open source projects. However, jenkins have more plugins available
    Incentivized
    Key User Insights
    Would buy again
    98%
    Would buy again
    45 Answers
    87%
    Would buy again
    26 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    44 Answers
    100%
    Delivers good value for the price
    27 Answers
    Happy with the feature set
    96%
    Happy with the feature set
    44 Answers
    87%
    Happy with the feature set
    26 Answers
    Lived up to sales and marketing promises
    91%
    Lived up to sales and marketing promises
    31 Answers
    93%
    Lived up to sales and marketing promises
    13 Answers
    Implementation went as expected
    93%
    Implementation went as expected
    41 Answers
    96%
    Implementation went as expected
    22 Answers
    Features
    Google Compute EngineJenkins
    Infrastructure-as-a-Service (IaaS)
    Comparison of Infrastructure-as-a-Service (IaaS) features of Google Compute Engine and Jenkins
    Feature
    Google Compute Engine
    8.0
    65 Ratings
    3% below category average
    Jenkins
    -
    Ratings
    Service-level Agreement (SLA) uptime8.125 Ratings00 Ratings
    Dynamic scaling7.860 Ratings00 Ratings
    Elastic load balancing9.353 Ratings00 Ratings
    Pre-configured templates9.562 Ratings00 Ratings
    Monitoring tools3.026 Ratings00 Ratings
    Pre-defined machine images9.464 Ratings00 Ratings
    Operating system support8.365 Ratings00 Ratings
    Security controls9.163 Ratings00 Ratings
    Automation7.92 Ratings00 Ratings
    Best Alternatives
    Google Compute EngineJenkins
    Small Businesses
    IBM Cloud Object Storage
    Score9 out of 10
    Apache Maven
    Score9.1 out of 10
    Medium-sized Companies
    IBM Cloud Bare Metal Servers
    Score8.7 out of 10
    Apache Maven
    Score9.1 out of 10
    Enterprises
    SAP on IBM Cloud
    Score9 out of 10
    Gradle Build Tool (Open Source)
    Score9 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Google Compute EngineJenkins
    Likelihood to Recommend
    8.9
    (65 ratings)
    6.8
    (74 ratings)
    Likelihood to Renew
    6.9
    (3 ratings)
    -
    (0 ratings)
    Usability
    8.0
    (9 ratings)
    6.4
    (8 ratings)
    Availability
    9.6
    (28 ratings)
    -
    (0 ratings)
    Performance
    9.0
    (28 ratings)
    8.9
    (6 ratings)
    Support Rating
    10.0
    (10 ratings)
    6.6
    (6 ratings)
    Implementation Rating
    -
    (0 ratings)
    6.0
    (1 ratings)
    Product Scalability
    7.3
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Google Compute EngineJenkins
    Likelihood to Recommend
    Google
    You can use Google Cloud Compute Engine as an option to configure your Gitlab, GitHub, and Azure DevOps self-hosted runners. This allows full control and management of your runners rather than using the default runners, which you cannot manage. Additionally, they can be used as a workspace, which you can provide to the employees, where they can test their workloads or use them as a local host and then deploy to the actual production-grade instance.
    Incentivized
    Read full review
    Open Source
    Jenkins is a highly customizable CI/CD tool with excellent community support. One can use Jenkins to build and deploy monolith services to microservices with ease. It can handle multiple "builds" per agent simultaneously, but the process can be resource hungry, and you need some impressive specs server for that. With Jenkins, you can automate almost any task. Also, as it is an open source, we can save a load of money by not spending on enterprise CI/CD tools.
    Incentivized
    Read full review
    Pros
    Google
    • Scaling - whether it's traffic spikes or just steady growth, Google Compute Engine's auto-scaling makes sure we've got the compute power we need without any manual juggling acts
    • Load balancing - Keeping things smooth with that load balancing across multiple VMs, so our users don't have to deal with slow load times or downtime even when things get crazy busy
    • Customizability - Mix and match configs for CPU, RAM, storage and whatnot to suit our specific app needs
    Incentivized
    Read full review
    Open Source
    • Automated Builds: Jenkins is configured to monitor the version control system for new pull requests. Once a pull request is created, Jenkins automatically triggers a build process. It checks out the code, compiles it, and performs any necessary build steps specified in the configuration.
    • Unit Testing: Jenkins runs the suite of unit tests defined for the project. These tests verify the functionality of individual components and catch any regressions or errors. If any unit tests fail, Jenkins marks the build as unsuccessful, and the developer is notified to fix the issues.
    • Code Analysis: Jenkins integrates with code analysis tools like SonarQube or Checkstyle. It analyzes the code for quality, adherence to coding standards, and potential bugs or vulnerabilities. The results are reported back to the developer and the product review team for further inspection.
    Incentivized
    Read full review
    Cons
    Google
    • Built-in monitoring via Stackdriver is quite expensive for what it provides.
    • Initially provided quotas (ie. max compute units one can use) are very low and it took several requests to get an appropriate amount.
    • Support on GCE is limited to their knowledge base and forums. For more hands-on support provided by Google, you must pay for their Premium services.
    Incentivized
    Read full review
    Open Source
    • The UI could be slightly better, it feels kind of like the 90s, but it works well.
    • An easier way to filter jobs other than views on the dashboard.
    • An easier way to read the console logs when tests do fail.
    Incentivized
    Read full review
    Likelihood to Renew
    Google
    Its pretty good, easy and good performance. Also, interface is very good for starters compared to competitors. Infra as Code (IaC) using Terraform even added easiness for creation, management and deletion of compute Virtual Machines (VM). Overall, very good and very easy cloud based compute platform which simplified infrastructure, very much recommend.
    Incentivized
    Read full review
    Open Source
    We have a certain buy-in as we have made a lot of integrations and useful tools around jenkins, so it would cost us quite some time to change to another tool. Besides that, it is very versatile, and once you have things set up, it feels unnecessary to change tool. It is also a plus that it is open source.
    Incentivized
    Read full review
    Usability
    Google
    Having interacted with several cloud services, GCE stands out to me as more usable than most. The naming and locating of features is a little more intuitive than most I've interacted with, and hinting is also quite helpful. Getting staff up to speed has proven to be overall less painful than others.
    Incentivized
    Read full review
    Open Source
    Jenkins streamlines development and provides end to end automated integration and deployment. It even supports Docker and Kubernetes using which container instances can be managed effectively. It is easy to add documentation and apply role based access to files and services using Jenkins giving full control to the users. Any deviation can be easily tracked using the audit logs.
    Incentivized
    Read full review
    Reliability and Availability
    Google
    Google Compute Engine works well for cloud project with lesser geographical audience. It sometimes gives error while everything is set up perfectly. We also keep on check any updates available because that's one reason of site getting down. Google Compute Engine is ultimately a top solution to build an app and publish it online within a few minutes
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Performance
    Google
    It works great all the time except for occasional issues, but overall, I am very happy with the performance. It delivers on the promise it makes and as per the SLAs provided. Networking is great with a premium network, and AZs are also widespread across geographies. Overall, it is a great infra item to have, which you can scale as you want.
    Incentivized
    Read full review
    Open Source
    No, when we integrated this with GitHub, it becomes more easy and smart to manage and control our workforce. Our distributed workforce is now streamlined to a single bucket. All of our codes and production outputs are now automatically synced with all the workers. There are many cases when our in-house team makes changes in the release, our remote workers make another release with other environment variables. So it is better to get all of the work in control.
    Incentivized
    Read full review
    Support Rating
    Google
    • The documentation needs to be better for intermediate users - There are first steps that one can easily follow, but after that, the documentation is often spotty or not in a form where one can follow the steps and accomplish the task. Also, the documentation and the product often go out of sync, where the commands from the documentation do not work with the current version of the product.
    • Google support was great and their presence on site was very helpful in dealing with various issues.
    Incentivized
    Read full review
    Open Source
    As with all open source solutions, the support can be minimal and the information that you can find online can at times be misleading. Support may be one of the only real downsides to the overall software package. The user community can be helpful and is needed as the product is not the most user-friendly thing we have used.
    Incentivized
    Read full review
    Implementation Rating
    Google
    No answers on this topic
    Open Source
    It is worth well the time to setup Jenkins in a docker container. It is also well worth to take the time to move any "Jenkins configuration" into Jenkinsfiles and not take shortcuts.
    Incentivized
    Read full review
    Alternatives Considered
    Google
    Google Compute Engine provides a one stop solution for all the complex features and the UI is better than Amazon's EC2 and Azure Machine Learning for ease of usability. It's always good to have an eco-system of products from Google as it's one of the most used search engine and IoT services provider, which helps with ease of integration and updates in the future.
    Incentivized
    Read full review
    Open Source
    Overall, Jenkins is the easiest platform for someone who has no experience to come in and use effectively. We can get a junior engineer into Jenkins, give them access, and point them in the right direction with minimal hand-holding. The competing products I have used (TravisCI/GitLab/Azure) provide other options but can obfuscate the process due to the lack of straightforward simplicity. In other areas (capability, power, customization), Jenkins keeps up with the competition and, in some areas, like customization, exceeds others.
    Incentivized
    Read full review
    Scalability
    Google
    It works really well with other Google Cloud services, making it easy to build scalable solutions across different teams and locations.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Return on Investment
    Google
    • With Google Compute we don't have the overhead of managing our own data centers reducing costs and reducing the staff needed to manage systems.
    • As I said earlier, Google's costs are ~1/2 of AWS, so we are able to see a ROI much faster.
    Incentivized
    Read full review
    Open Source
    • Faster Time-to-Market: Jenkins automate the build, testing, and deployment process, enabling faster feedback and continuous improvement.
    • Improved Quality: Jenkins automatically run unit tests and integration tests, ensuring that code changes meet the necessary quality standards.
    • Cost Savings: Jenkins is an open-source tool that is free to use
    Incentivized
    Read full review
    ScreenShots

    Google Compute Engine Screenshots

    Screenshot of How to choose the right VM
With thousands of applications, each with different requirements, which VM is right for you?Screenshot of documentation, guides, and reference architectures
Migration Center is Google Cloud's unified migration platform with features like cloud spend estimation, asset discovery, and a variety of tooling for different migration scenarios.