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

    Microsoft Teams

    Score8.3 out of 10
    N/AMicrosoft Teams combines video conferencing software with team collaboration tools. The communications platform allows MS Office users to conduct conference calls and share files via SharePoint, and join or initiate a group chat.

    $4.80

    per month per user

    Pricing
    JenkinsMicrosoft Teams
    Editions & Modules
    No answers on this topic
    Microsoft Teams Essentials
    $4.80
    per month per user
    Microsoft Teams Enterprise
    $5.25
    per month (paid yearly) per user
    Microsoft Teams Enterprise
    $5.25
    per month per user
    Microsoft 365 Business Basic
    $7.20
    per month per user
    Microsoft 365 Business Standard
    $15
    per month per user
    Offerings
    Pricing Offerings
    JenkinsMicrosoft Teams
    Free Trial
    NoYes
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details—Discounts are available for non profit organizations.
    More Pricing Information
    Community Pulse
    JenkinsMicrosoft Teams
    Considered Both Products
    Open Source
    No answer on this topic
    Microsoft
    No answer on this topic
    Key User Insights
    Would buy again
    87%
    Would buy again
    26 Answers
    90%
    Would buy again
    255 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    27 Answers
    95%
    Delivers good value for the price
    225 Answers
    Happy with the feature set
    87%
    Happy with the feature set
    26 Answers
    90%
    Happy with the feature set
    255 Answers
    Lived up to sales and marketing promises
    93%
    Lived up to sales and marketing promises
    13 Answers
    92%
    Lived up to sales and marketing promises
    144 Answers
    Implementation went as expected
    96%
    Implementation went as expected
    22 Answers
    93%
    Implementation went as expected
    174 Answers
    Features
    JenkinsMicrosoft Teams
    Project Management
    Comparison of Project Management features of Jenkins and Microsoft Teams
    Feature
    Jenkins
    -
    Ratings
    Microsoft Teams
    8.2
    241 Ratings
    6% above category average
    Task Management00 Ratings8.1179 Ratings
    Gantt Charts00 Ratings8.196 Ratings
    Scheduling00 Ratings8.3208 Ratings
    Workflow Automation00 Ratings8.4126 Ratings
    Mobile Access00 Ratings8.2229 Ratings
    Search00 Ratings7.6212 Ratings
    Visual planning tools00 Ratings8.4143 Ratings
    Communication
    Comparison of Communication features of Jenkins and Microsoft Teams
    Feature
    Jenkins
    -
    Ratings
    Microsoft Teams
    8.0
    251 Ratings
    0% above category average
    Chat00 Ratings9.0250 Ratings
    Notifications00 Ratings8.4249 Ratings
    Discussions00 Ratings8.7235 Ratings
    Surveys00 Ratings8.2146 Ratings
    Internal knowledgebase00 Ratings8.6157 Ratings
    Integrates with GoToMeeting00 Ratings6.547 Ratings
    Integrates with Gmail and Google Hangouts00 Ratings5.743 Ratings
    Integrates with Outlook00 Ratings9.1155 Ratings
    File Sharing & Management
    Comparison of File Sharing & Management features of Jenkins and Microsoft Teams
    Feature
    Jenkins
    -
    Ratings
    Microsoft Teams
    8.2
    236 Ratings
    2% above category average
    Versioning00 Ratings8.6168 Ratings
    Video files00 Ratings8.4202 Ratings
    Audio files00 Ratings8.8200 Ratings
    Document collaboration00 Ratings8.9216 Ratings
    Access control00 Ratings8.6198 Ratings
    Advanced security features00 Ratings8.5158 Ratings
    Integrates with Google Drive00 Ratings5.353 Ratings
    Device sync00 Ratings8.6172 Ratings
    Best Alternatives
    JenkinsMicrosoft Teams
    Small Businesses
    Apache Maven
    Score9.1 out of 10
    Flock
    Score9.5 out of 10
    Medium-sized Companies
    Apache Maven
    Score9.1 out of 10
    Troop Messenger
    Score9.8 out of 10
    Enterprises
    Gradle Build Tool (Open Source)
    Score9 out of 10
    Cisco Business Edition 7000 (discontinued)
    Score9 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    JenkinsMicrosoft Teams
    Likelihood to Recommend
    6.8
    (74 ratings)
    8.6
    (329 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.0
    (12 ratings)
    Usability
    6.4
    (8 ratings)
    8.7
    (114 ratings)
    Availability
    -
    (0 ratings)
    9.0
    (1 ratings)
    Performance
    8.9
    (6 ratings)
    8.0
    (1 ratings)
    Support Rating
    6.6
    (6 ratings)
    8.0
    (114 ratings)
    Implementation Rating
    6.0
    (1 ratings)
    10.0
    (1 ratings)
    Contract Terms and Pricing Model
    -
    (0 ratings)
    6.3
    (7 ratings)
    Product Scalability
    -
    (0 ratings)
    10.0
    (1 ratings)
    Professional Services
    -
    (0 ratings)
    7.0
    (7 ratings)
    User Testimonials
    JenkinsMicrosoft Teams
    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
    Microsoft
    It's amazing as a daily driver for team communication, and document search/store. Also, if you're doing a lot of LONG meetings and have trouble remembering details, the AI summarization is amazing and convenient. It just works. I'm not saying I always do this, of course, but if I need to 'skim' instead of really digging into every detail from a meeting, the AI-generated summary is generally good enough that I can get away with it.
    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
    Microsoft
    • All in one communication for Teams.
    • High quality and reliable both audio and video meetings.
    • Well organized and clear instant chat.
    • Excellent security features.
    • Beautiful integration with 3rd party tools and systems.
    • Perfect compatibility with windows ,android and iOS.
    • Allow meetings recordings for later us or sharing with teams that missed the live.
    Incentivized
    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
    Microsoft
    • The webinars feature has some missing functionally such as the ability for all users to use the Q&A feature (only those with a Microsoft Teams account can use it now), the ability to upload documents for attendees to easily access and download, and the ability for presenters and organizers to easily chat amongst themselves throughout the webinar.
    • The "Channels" organization hierarchy could be more clear. If you have several channels set up, it can get clunky and hard to find the specific channel you are looking for.
    • The MS Planner tool lacks functionality and organization. You cannot assign more than one person to a task and it's confusing when you try to share tasks with people - it would be nice if they were automatically added to someone's calendar.
    Incentivized
    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
    Microsoft
    Microsoft Teams is included with our Office 365 subscription and we have no intention of migrating off of Office 365 and Microsoft products. Since Microsoft Teams is included for free with our Office 365 subscription, and since we enjoy all the features, benefits, and functionality, there is no question that our team will continue to use the product
    Incentivized
    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
    Microsoft
    If you have the full Microsoft Office suite, it works really well because it's integrated well within its ecosystem, but if not, it can be annoying because it tries to open a shared file in the web versions of the file equivalents. The web version is also a bit slow, and the login is very difficult to handle if you have multiple Microsoft or Outlook accounts.
    Incentivized
    Read full review
    Reliability and Availability
    Open Source
    No answers on this topic
    Microsoft
    Rare, but outages do happen
    Incentivized
    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
    Microsoft
    Sometimes about once a week I get a message that says "Sorry, there seems to be something wrong". But it goes away in a few minutes.
    Incentivized
    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
    Microsoft
    The overall support provided by Microsoft for Microsoft Teams has been quite good but there is still some room for improvements. Microsoft needs to proactively work on fixing the open bugs in order to provide a seamless experience to the users. But over the service and experience provided by the Microsoft team have been quite satisfactory.
    Incentivized
    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
    Microsoft
    I find everything I need for my day-to-day work.
    Incentivized
    Read full review
    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
    Microsoft
    Microsoft Teams offers a much more integrated experience between their chat and video call function compared to Google Chat and Slack. Both other tools are much better for internal communications are they have simpler UI without other features. Whereas Microsoft Teams can be used for more critical conversations, particularly between external companies, and has been very useful in sales conversations which is what we chose it for when speaking to companies that work exclusively through Microsoft.
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    Open Source
    No answers on this topic
    Microsoft
    Honestly, this tool is worth every penny. Yes, it's not free and you pay for the quality of services and the license. But the ROI and the benefits are all there. Also, the renewal, negotiation, and contract terms are all very well explained by our Microsoft account manager, and she's a charm.
    Read full review
    Scalability
    Open Source
    No answers on this topic
    Microsoft
    It does not appear to have a limit to how many teams and employees we can have using it
    Incentivized
    Read full review
    Professional Services
    Open Source
    No answers on this topic
    Microsoft
    I used Skype for Business to take calls, hold conferences, and provide remote assistance to users. Microsoft Teams, on the other hand, is superior to Skype for Business in my opinion. My job entails a lot of screen sharing.
    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
    Microsoft
    • Personally, I would say that by using Microsoft Teams, it upped my collaboration with my colleagues by around 50% or around more than half of what I usually did prior to using it.
    • I had 100% show rate and attendance on all of my meetings in the past 6 months.
    • If I may add, I also have been chattier & collaborative towards my colleagues in past 3 months particularly the month of December when we had huge traffic at work. I would estimate this behavior to have been increased by around 60% than what I usually incur during normal operating days.
    Incentivized
    Read full review
    ScreenShots