marathon.svg

Marathon

by dellintosh

Apache License 2.0

该插件可用于将应用程序部署到 Marathon 服务器上。

YAML 配置示例

kind: pipeline
name: default

steps:
- name: marathon
  image: e20co/drone-marathon
  settings:
    server: http://marathon.mesos:8080

字段属性说明

  • server

    string可选项

    马拉松服务器 URL。

    默认值:http://marathon.mesos:8080

  • marathonfile

    string可选项

    马拉松配置文件。

    默认值:marathon.json

  • trigger_restart

    boolean可选项

    强制重启应用程序。

    默认值:false

  • values

    object可选项

    马拉松文件中要替换的值的映射。

    默认值:none