Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
jenkins.json6.39 kB
{ "nodeType": "n8n-nodes-base.jenkins", "displayName": "Jenkins", "description": "Consume Jenkins API", "version": 1, "properties": [ { "name": "resource", "displayName": "Resource", "type": "options", "default": "job", "options": [ { "name": "Build", "value": "build" }, { "name": "Instance", "value": "instance" }, { "name": "Job", "value": "job" } ] }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "trigger", "description": "Copy a specific job", "options": [ { "name": "Copy", "value": "copy", "description": "Copy a specific job" }, { "name": "Create", "value": "create", "description": "Create a new job" }, { "name": "Trigger", "value": "trigger", "description": "Trigger a specific job" }, { "name": "Trigger with Parameters", "value": "triggerParams", "description": "Trigger a specific job" } ], "displayOptions": { "show": { "resource": [ "job" ] } } }, { "name": "triggerParamsNotice", "displayName": "Make sure the job is setup to support triggering with parameters. <a href=\"https://wiki.jenkins.io/display/JENKINS/Parameterized+Build\" target=\"_blank\">More info</a>", "type": "notice", "default": "", "displayOptions": { "show": { "resource": [ "job" ], "operation": [ "triggerParams" ] } } }, { "name": "job", "displayName": "Job Name or ID", "type": "options", "default": "", "description": "Name of the job. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "required": true, "displayOptions": { "show": { "resource": [ "job" ], "operation": [ "trigger", "triggerParams", "copy" ] } } }, { "name": "param", "displayName": "Parameters", "type": "fixedCollection", "default": {}, "description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>", "placeholder": "Add Parameter", "required": true, "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "job" ], "operation": [ "triggerParams" ] } } }, { "name": "newJob", "displayName": "New Job Name", "type": "string", "default": "", "description": "Name of the new Jenkins job", "required": true, "displayOptions": { "show": { "resource": [ "job" ], "operation": [ "copy", "create" ] } } }, { "name": "xml", "displayName": "XML", "type": "string", "default": "", "description": "XML of Jenkins config", "required": true, "displayOptions": { "show": { "resource": [ "job" ], "operation": [ "create" ] } } }, { "name": "createNotice", "displayName": "To get the XML of an existing job, add ‘config.xml’ to the end of the job URL", "type": "notice", "default": "", "displayOptions": { "show": { "resource": [ "job" ], "operation": [ "create" ] } } }, { "name": "reason", "displayName": "Reason", "type": "string", "default": "", "description": "Freeform reason for quiet down mode", "displayOptions": { "show": { "resource": [ "instance" ], "operation": [ "quietDown" ] } } }, { "name": "instanceNotice", "displayName": "Instance operation can shutdown Jenkins instance and make it unresponsive. Some commands may not be available depending on instance implementation.", "type": "notice", "default": "", "displayOptions": { "show": { "resource": [ "instance" ] } } }, { "name": "returnAll", "displayName": "Return All", "type": "boolean", "default": false, "description": "Whether to return all results or only up to a given limit", "displayOptions": { "show": { "resource": [ "build" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 50, "description": "Max number of results to return", "typeOptions": { "minValue": 1 }, "displayOptions": { "show": { "resource": [ "build" ], "operation": [ "getAll" ], "returnAll": [ false ] } } } ], "credentialsConfig": [ { "name": "jenkinsApi", "required": true }, { "name": "resource", "required": false }, { "name": "operation", "required": false }, { "name": "triggerParamsNotice", "required": true }, { "name": "newJob", "required": true }, { "name": "reason", "required": false }, { "name": "job", "required": true } ], "io": { "inputs": [ "Main" ], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [ "Main" ], "produces": [ "Main" ] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ifmelate/n8n-workflow-builder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server