TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    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

    Plone

    Score10 out of 10
    N/APlone is a free and open source content management system built on top of the Zope application server. Plone can be used for any kind of website, including blogs, internet sites, webshops, and internal websites.N/A
    Pricing
    JenkinsPlone
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    JenkinsPlone
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    JenkinsPlone
    Considered Both Products
    Open Source
    No answer on this topic
    Plone
    No answer on this topic
    Key User Insights
    Would buy again
    87%
    Would buy again
    26 Answers
    No answers on this topic
    Delivers good value for the price
    100%
    Delivers good value for the price
    27 Answers
    No answers on this topic
    Happy with the feature set
    87%
    Happy with the feature set
    26 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    93%
    Lived up to sales and marketing promises
    13 Answers
    No answers on this topic
    Implementation went as expected
    96%
    Implementation went as expected
    22 Answers
    No answers on this topic
    Features
    JenkinsPlone
    Security
    Comparison of Security features of Jenkins and Plone
    Feature
    Jenkins
    -
    Ratings
    Plone
    10.0
    5 Ratings
    19% above category average
    Role-based user permissions00 Ratings10.05 Ratings
    Platform & Infrastructure
    Comparison of Platform & Infrastructure features of Jenkins and Plone
    Feature
    Jenkins
    -
    Ratings
    Plone
    10.0
    5 Ratings
    25% above category average
    API00 Ratings10.05 Ratings
    Internationalization / multi-language00 Ratings10.05 Ratings
    Web Content Creation
    Comparison of Web Content Creation features of Jenkins and Plone
    Feature
    Jenkins
    -
    Ratings
    Plone
    9.4
    6 Ratings
    18% above category average
    WYSIWYG editor00 Ratings10.06 Ratings
    Code quality / cleanliness00 Ratings10.05 Ratings
    Admin section00 Ratings10.05 Ratings
    Page templates00 Ratings10.05 Ratings
    Library of website themes00 Ratings5.05 Ratings
    Mobile optimization / responsive design00 Ratings10.05 Ratings
    Publishing workflow00 Ratings10.05 Ratings
    Form generator00 Ratings10.05 Ratings
    Web Content Management
    Comparison of Web Content Management features of Jenkins and Plone
    Feature
    Jenkins
    -
    Ratings
    Plone
    9.4
    5 Ratings
    22% above category average
    Content taxonomy00 Ratings10.05 Ratings
    SEO support00 Ratings10.04 Ratings
    Bulk management00 Ratings10.05 Ratings
    Availability / breadth of extensions00 Ratings8.05 Ratings
    Community / comment management00 Ratings9.05 Ratings
    Best Alternatives
    JenkinsPlone
    Small Businesses
    Apache Maven
    Score9.1 out of 10
    Umbraco CMS
    Score7 out of 10
    Medium-sized Companies
    Apache Maven
    Score9.1 out of 10
    Square Online
    Score7.7 out of 10
    Enterprises
    Gradle Build Tool (Open Source)
    Score9 out of 10
    RWS Tridion Sites
    Score9 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    JenkinsPlone
    Likelihood to Recommend
    6.8
    (74 ratings)
    10.0
    (13 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (11 ratings)
    Usability
    6.4
    (8 ratings)
    10.0
    (1 ratings)
    Availability
    -
    (0 ratings)
    10.0
    (1 ratings)
    Performance
    8.9
    (6 ratings)
    10.0
    (2 ratings)
    Support Rating
    6.6
    (6 ratings)
    8.0
    (1 ratings)
    In-Person Training
    -
    (0 ratings)
    10.0
    (1 ratings)
    Online Training
    -
    (0 ratings)
    10.0
    (1 ratings)
    Implementation Rating
    6.0
    (1 ratings)
    -
    (0 ratings)
    Ease of integration
    -
    (0 ratings)
    10.0
    (1 ratings)
    Product Scalability
    -
    (0 ratings)
    10.0
    (1 ratings)
    User Testimonials
    JenkinsPlone
    Likelihood to Recommend
    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
    Plone
    The larger your organization, the more appropriate Plone will be. This is not to say that Plone is a worse choice for small websites, only that the minimum investment for a Plone site is certainly higher than for other platforms. If you already use Plone for your site and are looking for a redesign or an overhaul, I would only advise switching to a different platform such as WordPress or Drupal if your organization is downsizing. For any other situation, Plone is the natural choice for your growth.
    Read full review
    Pros
    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
    Plone
    • Plone is a folder-based system, organising content in a similar way desktop-users are doing for the last two decades. No need to teach non-tech customers some relational-database like paradigm for content management.
    • Plone is secure. It is the most secure CMS you can get your hands on.
    • Plone is flexible, and makes fast development easy.
    Read full review
    Cons
    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
    Plone
    • Not everything is configurable or editable by Plone, and when you need to adjust or add custom pieces in, you need to deal with Zope. Zope has an ugly, confusing and difficult UI and structure as a backend.
    • Using 3rd party products is difficult to do - there are a few different ways to get them installed, all of which take a bit of luck to get right.
    • Building custom products for Plone is not fun. You've got to deal with an archaic framework to tie in that is not well documented (there is documentation about many things, but not great documentation and there are a lot of holes in the documentation).
    Read full review
    Likelihood to Renew
    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
    Plone
    We have critical systems running on Plone so will need it in the future.
    Free to use since its Open source, so we don't have to worry about licence costs.
    We know how to use and develop Plone and it has no limits.
    Read full review
    Usability
    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
    Plone
    Compared to the amount of Plone sites, users and customizations we have in our organization, the amount of support requests and training needed is really small.
    The new user interface in Plone 6 is even better, it is super fast, has lots of different blocks for enhancing the page, has flexible layout system and is easy to extend with more features.
    Read full review
    Reliability and Availability
    Open Source
    No answers on this topic
    Plone
    Our Plone sites are very robust. We have critical systems on Plone and we have been running sites on Plone for over 20 years with very little unexpected downtime.
    Read full review
    Performance
    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
    Plone
    Plone is very intensive in its operations, and if not configured well it can be slow. However it is designed and built with speed in mind and with proper use of coding, templates and caching can perform extremely well under high loads. It is capable of scaling to very high load availability environments with no specific coding requirements.
    Read full review
    Support Rating
    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
    Plone
    There are not too many Plone companies in the world. But the ones who are, are high level professionals
    Read full review
    In-Person Training
    Open Source
    No answers on this topic
    Plone
    I have been participating Plone training and the trainers have always been professional. Materials were good and the instructions clear
    Read full review
    Online Training
    Open Source
    No answers on this topic
    Plone
    Well organized, professional training with good materials and instructions
    Read full review
    Implementation Rating
    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
    Plone
    No answers on this topic
    Alternatives Considered
    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
    Plone
    Drupal: Plone is cheaper, so with Drupal is more complex to reach the required ROI. However, Drupal has a lower learning curve WordPress: For our necessities it has a more expensive learning curve than plone. Joomla, is easier to use. However, it have some issues on security and web content where Plone is much better
    Incentivized
    Read full review
    Scalability
    Open Source
    No answers on this topic
    Plone
    Plone has no limits. We have massive sites and can run them just fine
    Read full review
    Return on Investment
    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
    Plone
    • The impact Plone has had at the University of Oshkosh is as follows: this software allows student workers to learn about IT departments and CMS's in a user-friendly way. It gives many students great jobs that look great on their resumes.
    • Since there are great training manuals for Plone, there is increased employee efficient in the workplace. Training doesn't take long, and if there's ever a question, the Plone manual is a great tool to refer to.
    • If an employee using Plone quits, its easy to find someone to replace them with quick training and great resources.
    Read full review
    ScreenShots