mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 02:07:03 -05:00
[PR #634] [MERGED] Add Jenkins blueprint template configuration #3377
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
canary← Head:add-jenkins📝 Commits (1)
f3f7aedAdd 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:
docker-compose.ymlfile inblueprints/jenkinsto define the Jenkins service, including persistent storage and port mapping.template.tomlinblueprints/jenkinsto provide environment variable support and domain configuration for Jenkins deployment.Metadata updates:
meta.jsonto 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.