---
description: Tudo sobre Jenkins: preço, alternativas, vantagens e desvantagens, funcionalidades e avaliações de outros usuários graças à Capterra Portugal. Saiba mais!
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Jenkins - Preço, avaliações e classificação - Capterra Portugal 2026
---

Breadcrumb: [Home](/) > [Software de Integração Contínua](/directory/31119/continuous-integration/software) > [Jenkins](/software/171026/jenkins)

# Jenkins

Canonical: https://www.capterra.pt/software/171026/jenkins

Page: 1 / 24\
Seguinte: [Next page](https://www.capterra.pt/software/171026/jenkins?page=2)

> Solução de integração contínua no local e baseada na Internet que fornece às empresas ferramentas para criar, testar e implantar projetos.
> 
> Verdict: Rated **4.5/5** by 572 users. Top-rated for **Probabilidade de recomendação**.

-----

## Resumo

### Quem usa Jenkins?

Plataforma de integração contínua no local e baseada na Internet que fornece às empresas de todos os tamanhos plugins para criar, testar e implantar projetos em canais.

## Quick Stats & Ratings

| Metric | Classificação | Detail |
| **Geral** | **4.5/5** | 572 Avaliações |
| Praticidade | 4.1/5 | Based on overall reviews |
| Suporte ao cliente | 4.0/5 | Based on overall reviews |
| Relação qualidade/preço | 4.6/5 | Based on overall reviews |
| Recursos | 4.5/5 | Based on overall reviews |
| Recommendation percentage | 90% | (9/10 Probabilidade de recomendação) |

## Sobre o fornecedor

- **Empresa**: CloudBees
- **Founded**: 2011

## Commercial Context

- **Modelo de preços**:  (Free version available)
- **Target Audience**: Profissional autônomo, 2 - 10, 11 - 50, 51 - 200, 201 - 500, 501 - 1 000, 1 001 - 5 000, 5 001 - 10 000, 10 000+
- **Deployment & Platforms**: Nuvem, SaaS, baseado na web, Mac (desktop), Windows (desktop), Linux (desktop)
- **Idiomas**: chinês, inglês
- **Available Countries**: Estados Unidos

## Recursos

- Automated Testing
- Controle de versões
- Depuração
- Entrega contínua
- Gestão do pipeline
- Implantação contínua

## Integrations (9 total)

- Acunetix
- Bitbucket
- Gatekeeper
- GitHub
- GitLab
- Jira
- Microsoft Azure
- Slack
- SonarQube

## Opções de suporte

- Email/Help Desk
- FAQs/Fórum
- Base de conhecimento
- Suporte por telefone

## Category

- [Software de Integração Contínua](https://www.capterra.pt/directory/31119/continuous-integration/software)

## Alternativas

1. [GitHub](https://www.capterra.pt/software/129067/github) — 4.8/5 (6187 reviews)
2. [GitLab](https://www.capterra.pt/software/159806/gitlab) — 4.6/5 (1223 reviews)
3. [Bitbucket](https://www.capterra.pt/software/157785/bitbucket) — 4.6/5 (1346 reviews)
4. [SonarQube](https://www.capterra.pt/software/210481/sonarqube) — 4.5/5 (68 reviews)
5. [Jira](https://www.capterra.pt/software/19319/jira) — 4.4/5 (15414 reviews)

## Avaliações

### "Using Jenkins in managing CI/CD process" — 5.0/5

> **Jim** | *28 de novembro de 2025* | Telecomunicações | Recommendation rating: 10.0/10
> 
> **Vantagens**: Jenkins is super powerful and ease to use in CI/CD, it can integrate all critical phases in checking out, building, testing and delivery.
> 
> **Desvantagens**: The plugin management is still complicated and required lots of rebooting, for example. If I forgot to install git plugin, I will need to reinstall it and reboot the whole Jenkins.
> 
> I already used Jenkins since 2012, it is my first priority in CI/CD, it can be easily used in personal projects in container, as well as big corporate level IT projects.

-----

### "The Industry Standard for Flexible, Enterprise-Grade CI/CD Pipelines" — 5.0/5

> **Avaliador Verificado** | *23 de janeiro de 2026* | Administração pública | Recommendation rating: 10.0/10
> 
> **Vantagens**: The strongest feature is the Master-Slave architecture, which allows us to distribute heavy build workloads across multiple agents efficiently. I also rely heavily on Jenkins Pipelines (Jenkinsfile) to define our entire build-and-deploy process as code, which supports our agile development cycle perfectly. The sheer number of plugins available means I can integrate it with almost anything in our stack, from Docker and Kubernetes to SonarQube and Artifactory.
> 
> **Desvantagens**: The user interface (UI) feels a bit dated compared to newer tools like GitLab CI or CircleCI. Also, managing plugins can sometimes be a headache, specifically 'dependency hell' where updating one plugin breaks another. It requires careful maintenance to keep the controller stable.
> 
> I have used Jenkins extensively to orchestrate end-to-end CI/CD infrastructure for highly secure government and financial environments. It serves as the backbone of our automation, handling everything from code checkout (Git/Bitbucket) to Docker image creation and deployment to Kubernetes clusters. While it requires some maintenance effort, its flexibility and control are unmatched for complex, custom enterprise workflows.

-----

### "Reliable and Flexible CI/CD Solutio" — 5.0/5

> **Arti** | *6 de maio de 2026* | Contabilidade | Recommendation rating: 7.0/10
> 
> **Vantagens**: As a Jenkins user, I like how flexible it is and how many plugins are available to fit different needs. It integrates well with our tools and helps automate builds and deployments efficiently. Once everything is set up, it saves a lot of time and makes our workflow smoother.
> 
> **Desvantagens**: I find it can be difficult to set up and maintain, especially with many plugins. The UI feels outdated and not very intuitive. Managing pipelines and troubleshooting failures can take time, and plugin compatibility issues sometimes cause instability.
> 
> Overall experience has been positive. It’s powerful, flexible, and supports extensive automation with a wide range of plugins. While setup and maintenance can be tricky and the UI feels a bit outdated, it significantly improves our CI/CD workflows once configured. Despite occasional plugin issues, it’s a reliable tool that saves time and boosts productivity for our development team.

-----

### "Functional but becomes way too complex" — 3.0/5

> **Edgar** | *22 de dezembro de 2024* | Serviços e tecnologia da informação | Recommendation rating: 2.0/10
> 
> **Vantagens**: The software itself is stable, it runs well and is not too complex to install
> 
> **Desvantagens**: The fact that pipelines are built either with a UI which makes the pipeline tough to read when you have lots of conditions.&#10;&#10;The groovy language can also be used to write pipelines, but really ?? Let’s use a more common scripting language for this, maybe Python or ruby.

-----

### "The industry standard for CI/CD" — 5.0/5

> **Avaliador Verificado** | *25 de abril de 2026* | E-Learning | Recommendation rating: 8.0/10
> 
> **Vantagens**: Jenkins just makes it simple to run CI jobs. The pipeline syntax is easy to learn and so much better than the older UI-based jobs.
> 
> **Desvantagens**: They need to update their UI/UX. Some areas feel clunky and Blue Ocean needs more administrator-level functionality.

-----

Page: 1 / 24\
Seguinte: [Next page](https://www.capterra.pt/software/171026/jenkins?page=2)

## Links

- [View on Capterra](https://www.capterra.pt/software/171026/jenkins)

## This page is available in the following languages

| Locale | URL |
| de | <https://www.capterra.com.de/software/171026/jenkins> |
| de-AT | <https://www.capterra.at/software/171026/jenkins> |
| de-CH | <https://www.capterra.ch/software/171026/jenkins> |
| en | <https://www.capterra.com/p/171026/Jenkins/> |
| en-AE | <https://www.capterra.ae/software/171026/jenkins> |
| en-AU | <https://www.capterra.com.au/software/171026/jenkins> |
| en-CA | <https://www.capterra.ca/software/171026/jenkins> |
| en-GB | <https://www.capterra.co.uk/software/171026/jenkins> |
| en-IE | <https://www.capterra.ie/software/171026/jenkins> |
| en-IL | <https://www.capterra.co.il/software/171026/jenkins> |
| en-IN | <https://www.capterra.in/software/171026/jenkins> |
| en-NZ | <https://www.capterra.co.nz/software/171026/jenkins> |
| en-SG | <https://www.capterra.com.sg/software/171026/jenkins> |
| en-ZA | <https://www.capterra.co.za/software/171026/jenkins> |
| es | <https://www.capterra.es/software/171026/jenkins> |
| es-AR | <https://www.capterra.com.ar/software/171026/jenkins> |
| es-CL | <https://www.capterra.cl/software/171026/jenkins> |
| es-CO | <https://www.capterra.co/software/171026/jenkins> |
| es-CR | <https://www.capterra.co.cr/software/171026/jenkins> |
| es-DO | <https://www.capterra.do/software/171026/jenkins> |
| es-EC | <https://www.capterra.ec/software/171026/jenkins> |
| es-MX | <https://www.capterra.mx/software/171026/jenkins> |
| es-PA | <https://www.capterra.com.pa/software/171026/jenkins> |
| es-PE | <https://www.capterra.pe/software/171026/jenkins> |
| fr | <https://www.capterra.fr/software/171026/jenkins> |
| fr-BE | <https://fr.capterra.be/software/171026/jenkins> |
| fr-CA | <https://fr.capterra.ca/software/171026/jenkins> |
| fr-LU | <https://www.capterra.lu/software/171026/jenkins> |
| it | <https://www.capterra.it/software/171026/jenkins> |
| ko | <https://www.capterra.co.kr/software/171026/jenkins> |
| nl | <https://www.capterra.nl/software/171026/jenkins> |
| nl-BE | <https://www.capterra.be/software/171026/jenkins> |
| pt | <https://www.capterra.com.br/software/171026/jenkins> |
| pt-PT | <https://www.capterra.pt/software/171026/jenkins> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra Portugal","address":{"@type":"PostalAddress","addressLocality":"Lisbon","addressRegion":"Lisbon","postalCode":"2770-071","streetAddress":"Quinta da Fonte Rua dos Malhões Edifício D. Pedro I Paço D'Arcos, 2770-071 Lisboa Portugal"},"description":"O Capterra Portugal ajuda milhões de empresas a encontrar o software ideal. Leia avaliações de usuários reais, compare opções de softwares e tome melhores decisões para o seu negócio.","email":"info@capterra.pt","url":"https://www.capterra.pt/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@id":"https://www.capterra.pt/#organization","@type":"Organization","parentOrganization":"G2.com, Inc.","sameAs":["https://twitter.com/capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra","https://www.instagram.com/capterra/","https://www.youtube.com/user/CapterraTV"]},{"name":"Jenkins","description":"Solução de integração contínua no local e baseada na Internet que fornece às empresas ferramentas para criar, testar e implantar projetos.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/c8e21fb2-f40d-4e85-95a2-786985111258.png","url":"https://www.capterra.pt/software/171026/jenkins","@id":"https://www.capterra.pt/software/171026/jenkins#software","@type":"SoftwareApplication","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.capterra.pt/#organization"},"aggregateRating":{"@type":"AggregateRating","ratingValue":4.5,"bestRating":5,"ratingCount":572},"operatingSystem":"Cloud, Apple, Windows, Linux"},{"@id":"https://www.capterra.pt/software/171026/jenkins#faqs","@type":"FAQPage","mainEntity":[{"name":"Quem usa Jenkins?","@type":"Question","acceptedAnswer":{"text":"Plataforma de integração contínua no local e baseada na Internet que fornece às empresas de todos os tamanhos plugins para criar, testar e implantar projetos em canais.","@type":"Answer"}}]},{"@id":"https://www.capterra.pt/software/171026/jenkins#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Software de Integração Contínua","position":2,"item":"/directory/31119/continuous-integration/software","@type":"ListItem"},{"name":"Jenkins","position":3,"item":"/software/171026/jenkins","@type":"ListItem"}]}]}
</script>
