n8n Workflow

Trigger A Build Using The Travisci Node

This n8n workflow automates tasks and integrates with various services. Trigger A Build Using The Travisci Node - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks and integrates with various services. Trigger A Build Using The Travisci Node - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                510,
                350
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "e753d3d1-6d4b-4f4e-94e9-dcb1651dde9f"
        },
        {
            "name": "TravisCI",
            "type": "n8n-nodes-base.travisCi",
            "position": [
                710,
                350
            ],
            "parameters": {
                "slug": "",
                "branch": "",
                "operation": "trigger",
                "additionalFields": []
            },
            "credentials": {
                "travisCiApi": "travisCI"
            },
            "typeVersion": 1,
            "id": "be1471c7-18ab-4001-a5c9-d2a6c0a8f881"
        }
    ],
    "connections": {
        "TravisCI": {
            "main": [
                []
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "TravisCI",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows