diff --git a/astro.config.mjs b/astro.config.mjs index 17982e0..c39e04f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -356,6 +356,7 @@ export default defineConfig({ { label: "Infisical", link: "/services/infisical" }, { label: "Invoice Ninja", link: "/services/invoice-ninja" }, { label: "Jellyfin", link: "/services/jellyfin" }, + { label: "Jenkins", link: "/services/jenkins" }, { label: "Kuzzle", link: "/services/kuzzle" }, { label: "Label Studio", link: "/services/labelstudio" }, { label: "Langfuse", link: "/services/langfuse" }, diff --git a/openapi.yaml b/openapi.yaml index f0bc83f..c7ed8f4 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3858,7 +3858,7 @@ paths: type: description: 'The one-click service type' type: string - enum: [activepieces, appsmith, appwrite, authentik, babybuddy, budge, changedetection, chatwoot, classicpress-with-mariadb, classicpress-with-mysql, classicpress-without-database, cloudflared, code-server, dashboard, directus, directus-with-postgresql, docker-registry, docuseal, docuseal-with-postgres, dokuwiki, duplicati, emby, embystat, fider, filebrowser, firefly, formbricks, ghost, gitea, gitea-with-mariadb, gitea-with-mysql, gitea-with-postgresql, glance, glances, glitchtip, grafana, grafana-with-postgresql, grocy, heimdall, homepage, jellyfin, kuzzle, listmonk, logto, mediawiki, meilisearch, metabase, metube, minio, moodle, mosquitto, n8n, n8n-with-postgresql, next-image-transformation, nextcloud, nocodb, odoo, openblocks, pairdrop, penpot, phpmyadmin, pocketbase, posthog, reactive-resume, rocketchat, shlink, slash, snapdrop, statusnook, stirling-pdf, supabase, syncthing, tolgee, trigger, trigger-with-external-database, twenty, umami, unleash-with-postgresql, unleash-without-database, uptime-kuma, vaultwarden, vikunja, weblate, whoogle, wordpress-with-mariadb, wordpress-with-mysql, wordpress-without-database] + enum: [activepieces, appsmith, appwrite, authentik, babybuddy, budge, changedetection, chatwoot, classicpress-with-mariadb, classicpress-with-mysql, classicpress-without-database, cloudflared, code-server, dashboard, directus, directus-with-postgresql, docker-registry, docuseal, docuseal-with-postgres, dokuwiki, duplicati, emby, embystat, fider, filebrowser, firefly, formbricks, ghost, gitea, gitea-with-mariadb, gitea-with-mysql, gitea-with-postgresql, glance, glances, glitchtip, grafana, grafana-with-postgresql, grocy, heimdall, homepage, jellyfin, jenkins, kuzzle, listmonk, logto, mediawiki, meilisearch, metabase, metube, minio, moodle, mosquitto, n8n, n8n-with-postgresql, next-image-transformation, nextcloud, nocodb, odoo, openblocks, pairdrop, penpot, phpmyadmin, pocketbase, posthog, reactive-resume, rocketchat, shlink, slash, snapdrop, statusnook, stirling-pdf, supabase, syncthing, tolgee, trigger, trigger-with-external-database, twenty, umami, unleash-with-postgresql, unleash-without-database, uptime-kuma, vaultwarden, vikunja, weblate, whoogle, wordpress-with-mariadb, wordpress-with-mysql, wordpress-without-database] name: type: string maxLength: 255 diff --git a/src/content/docs/services/index.mdx b/src/content/docs/services/index.mdx index f2c2040..7a8a7ab 100644 --- a/src/content/docs/services/index.mdx +++ b/src/content/docs/services/index.mdx @@ -60,6 +60,7 @@ You can host ANY service with Coolify that could be containerized. - [Infisical](/docs/services/infisical) - Open source secret management platform. - [Invoice Ninja](/docs/services/invoice-ninja) - Invoice management system. - [Jellyfin](/docs/services/jellyfin) - The Free Software Media System. +- [Jenkins](/docs/services/jenkins) - Open-source automation server. - [Kuzzle](/docs/services/kuzzle) - A powerful backend that enables you to build modern apps faster. - [Label Studio](/docs/services/labelstudio) - Open source data labeling platform. - [Langfuse](/docs/services/langfuse) - Open source LLM engineering platform. diff --git a/src/content/docs/services/jenkins.mdx b/src/content/docs/services/jenkins.mdx new file mode 100644 index 0000000..f5ebefe --- /dev/null +++ b/src/content/docs/services/jenkins.mdx @@ -0,0 +1,24 @@ +--- +title: Jenkins +head: + - tag: "meta" + attrs: + property: "og:title" + content: "How to host Jenkins with Coolify" +description: "Here you can find the documentation for hosting Jenkins with Coolify." +--- + +import { Badge } from "@astrojs/starlight/components"; + + + +![Jenkins](https://www.jenkins.io/images/jenkins-logo-title-dark.svg) + +## What is Jenkins? + +Jenkins is a popular open-source automation server used for continuous integration and continuous delivery (CI/CD). It allows developers to build, test, and deploy software projects reliably. + +## Links + +- [The official website ›](https://www.jenkins.io/) +- [GitHub ›](https://github.com/jenkinsci/jenkins)