{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6439de23-6dc1-4960-9f07-f05d2107467b",
    "slug": "0ygwi8",
    "name": "Jenkins",
    "description": "Jenkins is an automation tool for CI/CD in software projects. 🚀",
    "url": "https://railway.com/deploy/0ygwi8",
    "upstream": {
      "repo_url": "https://github.com/rudemex/railway-jenkins"
    }
  },
  "services": [
    {
      "name": "Jenkins",
      "source": {
        "repo": "https://github.com/rudemex/railway-jenkins"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Jenkins",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "JENKINS_PASS",
      "service": "Jenkins",
      "description": "Provide a value for JENKINS_PASS.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "JENKINS_USER",
      "service": "Jenkins",
      "description": "Provide a value for JENKINS_USER.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "0ygwi8"
      }
    },
    "cli": "railway deploy --template 0ygwi8",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6439de23-6dc1-4960-9f07-f05d2107467b",
            "serializedConfig": {
              "services": {
                "ef80b7dd-1db1-43bb-abe9-98cee6e60718": {
                  "name": "Jenkins",
                  "source": {
                    "repo": "rudemex/railway-jenkins",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    },
                    "JENKINS_PASS": {
                      "defaultValue": "admin"
                    },
                    "JENKINS_USER": {
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T08:46:25.377Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_dbed469f0f1a4278badf",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 119,
    "typical_build_seconds": 15,
    "typical_start_seconds": 10,
    "slowest_service": "Jenkins"
  }
}
