[{
  "id": {
    "groupId": "com.xebialabs.xlrelease.plugins",
    "artifactId": "xlr-ansible-plugin"
  },
  "metadata": {
    "author": "XebiaLabs",
    "name": "Ansible Plugin",
    "maturity": "mature",
    "description": "The Ansible plugin for XL Release allows you to run playbooks on Ansible servers as part of your release processes.",
    "features": ["Run a playbook on an Ansible server"],
    "screenshots": [{
      "name": "Create Unix Host",
      "url": "http://example.com/xlr-ansible-plugin/screenshots/ansible-unix-host.png"
    }, {
      "name": "Ansible Run Playbook task with inline playbook",
      "url": "http://example.com/xlr-ansible-plugin/screenshots/ansible-playbook-inline.png"
    }, {
      "name": "Ansible Run Playbook task with remote path to playbook",
      "url": "http://example.com/xlr-ansible-plugin/screenshots/ansible-playbook-path-on-remote-server.png"
    }, {
      "name": "Ansible Run Playbook task with URL to playbook",
      "url": "http://example.com/xlr-ansible-plugin/screenshots/ansible-playbook-url.png"
    }],
    "links": [{
      "name": "website",
      "url": "https://ansible.com/"
    }, {
      "name": "how-to",
      "url": "https://docs.xebialabs.com/xl-release/how-to/ansible-plugin.html"
    }],
    "logo": "xlr-ansible-plugin/ansible.jpg",
    "requirements": [{
      "product": "XL Release",
      "version": ">= 4.8.0"
    }],
    "categories": ["provisioning", "config management"],
    "supportedBy": "XebiaLabs"
  }
}, {
  "id": {
    "groupId": "com.xebialabs.xlrelease.plugins",
    "artifactId": "xlr-auth-oidc-plugin"
  },
  "metadata": {
    "author": "XebiaLabs",
    "name": "Auth OIDC Plugin",
    "maturity": "mature",
    "description": "empty",
    "features": [],
    "screenshots": [],
    "links": [],
    "logo": "",
    "requirements": [{
      "product": "XL Release",
      "version": "== $pluginVersion"
    }],
    "categories": [],
    "supportedBy": "XebiaLabs"
  }
}, {
  "id": {
    "groupId": "com.xebialabs.xlrelease.plugins",
    "artifactId": "xlr-auth-default-plugin"
  },
  "metadata": {
    "author": "XebiaLabs",
    "name": "Auth Plugin",
    "maturity": "mature",
    "description": "empty",
    "features": [],
    "screenshots": [],
    "links": [],
    "logo": "",
    "requirements": [{
      "product": "XL Release",
      "version": "== $pluginVersion"
    }],
    "categories": [],
    "supportedBy": "XebiaLabs"
  }
}, {
  "id": {
    "groupId": "com.xebialabs.xlrelease.plugins",
    "artifactId": "xlr-blackduck-plugin"
  },
  "metadata": {
    "author": "XebiaLabs",
    "name": "Black Duck Plugin",
    "maturity": "mature",
    "description": "The Black Duck plugin for XL Release allows you to embed code risk analysis in your Continuous Delivery pipelines. You can automatically check code against various types of risk, such as license, security, and operational risks. Built-in code analysis also ensures that code is always automatically checked against compliance requirements as part of the release process.",
    "features": ["A type of Blackduck Server to configure the host running the Blackduck Hub", "A task of type Blackduck -> Check Compliance", "A summary tile of type Blackduck Risk Profile"],
    "screenshots": [{
      "name": "Add Blackduck Server",
      "url": "http://example.com/xlr-blackduck-plugin/screenshots/configure-server-add-server.png"
    }, {
      "name": "Define Blackduck Server",
      "url": "http://example.com/xlr-blackduck-plugin/screenshots/configure-server-configuration.png"
    }, {
      "name": "Check Compliance Task",
      "url": "http://example.com/xlr-blackduck-plugin/screenshots/check-compliance-task.png"
    }, {
      "name": "Add tile",
      "url": "http://example.com/xlr-blackduck-plugin/screenshots/add-tile-popup.png"
    }, {
      "name": "Configure Tile",
      "url": "http://example.com/xlr-blackduck-plugin/configure-tile-blank.png"
    }, {
      "name": "Blackduck Risk Profile Tile Configuration",
      "url": "http://example.com/xlr-blackduck-plugin/configure-tile.png"
    }, {
      "name": "Blackduck Risk Profile Tile",
      "url": "http://example.com/xlr-blackduck-plugin/tile-license-risk.png"
    }],
    "links": [{
      "name": "website",
      "url": "https://www.blackducksoftware.com/"
    }, {
      "name": "how-to",
      "url": "https://docs.xebialabs.com/xl-release/how-to/blackduck-plugin.html"
    }],
    "logo": "xlr-blackduck-plugin/logo-blackduck.png",
    "requirements": [{
      "product": "XL Release",
      "version": "== $pluginVersion"
    }],
    "categories": ["Business Process Management"],
    "supportedBy": "XebiaLabs"
  }
}, {
  "id": {
    "groupId": "com.xebialabs.xlrelease.plugins",
    "artifactId": "xlr-dashboard-plugin"
  },
  "metadata": {
    "author": "XebiaLabs",
    "name": "Dashboard Plugin",
    "maturity": "Mature",
    "description": "empty",
    "features": [],
    "screenshots": [],
    "links": [],
    "logo": "",
    "requirements": [{
      "product": "XL Release",
      "version": ">= 4.8"
    }],
    "categories": [],
    "supportedBy": "XebiaLabs"
  }
}, {
  "id": {
    "groupId": "com.xebialabs.xlrelease.plugins",
    "artifactId": "xlr-docker-compose-plugin"
  },
  "metadata": {
    "author": "XebiaLabs",
    "name": "Docker Compose Plugin",
    "maturity": "mature",
    "description": "The Docker Compose plugin for XL Release allows you to create, start, stop, destroy, and run commands on containers as a part of your release processes.",
    "features": ["Create and start containers and services on a Docker host", "Stop containers and services on a Docker host", "Remove containers, networks, images, and volumes on a Docker host"],
    "screenshots": [{
      "name": "Create Unix Host",
      "url": "http://example.com/xlr-docker-compose-plugin/screenshots/docker-compose-unix-host.png"
    }, {
      "name": "Docker Compose Up task with inline configuration",
      "url": "http://example.com/xlr-docker-compose-plugin/screenshots/docker-compose-up-task-inline.png"
    }],
    "links": [{
      "name": "website",
      "url": "https://www.docker.com/products/docker-compose"
    }, {
      "name": "how-to",
      "url": "https://docs.xebialabs.com/xl-release/how-to/docker-compose-plugin.html"
    }],
    "logo": "xlr-docker-compose/docker.jpg",
    "requirements": [{
      "product": "XL Release",
      "version": ">= 4.8"
    }],
    "categories": ["Containerization"],
    "supportedBy": "XebiaLabs"
  }
}]

