Scouttlo
Todas las ideas/devtools/Plataforma SaaS que facilite integraciones robustas y confiables entre herramientas de CI/CD como CircleCI y sistemas de alertas como OpsGenie y Slack.
GitHubB2Bdevtools

Plataforma SaaS que facilite integraciones robustas y confiables entre herramientas de CI/CD como CircleCI y sistemas de alertas como OpsGenie y Slack.

Detectado hace 8 horas

6.8/ 10
Puntaje general

Convierte esta senal en ventaja

Te ayudamos a construirla, validarla y llegar primero.

Pasamos de la idea al plan: quien compra, que MVP lanzar, como validarlo y que medir antes de invertir meses.

Contexto extra

Ver mas sobre la idea

Te contamos que significa realmente la oportunidad, que problema existe hoy, como esta idea lo resolveria y los conceptos clave detras de ella.

Comparte tu correo para ver este analisis ampliado.

Desglose del puntaje

Urgencia8.0
Tamano de mercado7.0
Viabilidad7.0
Competencia5.0
Dolor

La integración entre OpsGenie y CircleCI para notificaciones de fallos en builds no funciona correctamente y carece de soporte adecuado.

Quien pagaria por esto

Equipos DevOps y desarrolladores que usan herramientas de integración continua y necesitan notificaciones inmediatas y confiables de fallos.

Senal de origen

"The challenge is that OpsGenie integration with CircleCI is not well supported."

Publicacion original

[BUG] Opsgenie webhook is failing to notify when builds fail

Publicado: hace 8 horas

Repository: hotosm/tasking-manager Author: dakotabenjamin **Describe the bug** We use OpsGenie to message to the devops team when things go wrong. Connecting CircleCI to OpsGenie can help us immediately identify when builds fail and rectify them quickly. At present, we have it setup with a webhook, but that webhook is not working correctly: https://github.com/hotosm/tasking-manager/blob/develop/.circleci/config.yml#L347 ``` notify: webhooks: - url: https://api.opsgenie.com/v1/json/circleci?apiKey=$OPSGENIE_API ``` ![image](https://user-images.githubusercontent.com/1847818/208692724-30108943-caab-4383-973c-b3748ebb06c2.png) The challenge is that OpsGenie integration with CircleCI is not well supported. I made a bug report a while back [but it was closed without resolution](https://jira.atlassian.com/browse/OPSGENIE-397). Someone made a [comment](https://jira.atlassian.com/browse/OPSGENIE-397?focusedCommentId=3104005&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-3104005) with a workaround that may work for us. There may be other alternatives to getting notifications to Slack that we should explore as well.