iiRecord
Agentic AI Atlas · Drone CI
tool:drone-cia5c.ai
II.
Tool JSON

tool:drone-ci

Structured · live

Drone CI json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-dev-platforms-cicd.yamlCluster · domain
Record JSON
{
  "id": "tool:drone-ci",
  "_kind": "Tool",
  "_file": "domain/tools/tools-dev-platforms-cicd.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Drone CI",
    "homepageUrl": "https://www.drone.io",
    "kind": "ci",
    "description": "Container-native CI/CD platform where every pipeline step runs in an\nisolated Docker container, defined entirely in a single declarative\n.drone.yml file committed to the repository.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:drone-ci",
      "to": "skill-area:ci-cd",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:drone-ci",
      "to": "skill-area:ci-cd",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:drone-ci",
      "to": "skill-area:deployment-automation",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:drone-ci",
      "to": "tool:woodpecker",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Self-hosted CI — Drone CI is the original; Woodpecker is its community fork"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:woodpecker",
      "to": "tool:drone-ci",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Self-hosted CI — Woodpecker is a community fork of Drone CI"
      }
    },
    {
      "from": "tool:onedev",
      "to": "tool:drone-ci",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Self-hosted CI — OneDev is all-in-one Git+CI; Drone CI is container-native CI only"
      }
    },
    {
      "from": "tool-server:mcp-drone-ci",
      "to": "tool:drone-ci",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}