[PR #634] [MERGED] Add Jenkins blueprint template configuration #4133

Closed
opened 2026-04-30 06:46:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/634
Author: @jemgdevp
Created: 12/29/2025
Status: Merged
Merged: 1/28/2026
Merged by: @Siumauricio

Base: canaryHead: add-jenkins


📝 Commits (1)

  • f3f7aed Add Jenkins blueprint template configuration

📊 Changes

4 files changed (+45 additions, -0 deletions)

View changed files

blueprints/jenkins/docker-compose.yml (+13 -0)
blueprints/jenkins/jenkins.svg (+1 -0)
blueprints/jenkins/template.toml (+12 -0)
📝 meta.json (+19 -0)

📄 Description

This pull request adds support for deploying Jenkins as a service using Docker Compose and provides the necessary configuration and metadata for integration. The changes include a new Docker Compose file, a template configuration, and an update to the service metadata.

Jenkins service integration:

  • Added a new docker-compose.yml file in blueprints/jenkins to define the Jenkins service, including persistent storage and port mapping.
  • Introduced a template.toml in blueprints/jenkins to provide environment variable support and domain configuration for Jenkins deployment.

Metadata updates:

  • Updated meta.json to include Jenkins as a supported service, with relevant metadata such as description, logo, links, and tags.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/634 **Author:** [@jemgdevp](https://github.com/jemgdevp) **Created:** 12/29/2025 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `add-jenkins` --- ### 📝 Commits (1) - [`f3f7aed`](https://github.com/Dokploy/templates/commit/f3f7aedd9c40fe0439f0b609e05e427e16456877) Add Jenkins blueprint template configuration ### 📊 Changes **4 files changed** (+45 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/jenkins/docker-compose.yml` (+13 -0) ➕ `blueprints/jenkins/jenkins.svg` (+1 -0) ➕ `blueprints/jenkins/template.toml` (+12 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description This pull request adds support for deploying Jenkins as a service using Docker Compose and provides the necessary configuration and metadata for integration. The changes include a new Docker Compose file, a template configuration, and an update to the service metadata. **Jenkins service integration:** * Added a new `docker-compose.yml` file in `blueprints/jenkins` to define the Jenkins service, including persistent storage and port mapping. * Introduced a `template.toml` in `blueprints/jenkins` to provide environment variable support and domain configuration for Jenkins deployment. **Metadata updates:** * Updated `meta.json` to include Jenkins as a supported service, with relevant metadata such as description, logo, links, and tags. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 06:46:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#4133