1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Drone 0.8.3 发布,为容器构建的持续交付平台 下载

本帖由 漂亮的石头2017-12-04 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    488,074
    赞:
    47
    Drone 0.8.3 已发布,该版本在 when 子句中启用实例。详情

    Drone 是一个轻量级,为容器构建的强大的持续交付平台。 Drone 以 Docker 镜像的方式在 Dockerhub 上打包和发布。

    [​IMG]

    配置示例

    pipeline:
    backend:
    image: golang
    commands:
    - go get
    - go build
    - go test

    frontend:
    image: node:6
    commands:
    - npm install
    - npm test

    publish:
    image: plugins/docker
    repo: octocat/hello-world
    tags: [ 1, 1.1, latest ]
    registry: index.docker.io

    notify:
    image: plugins/slack
    channel: developers
    username: drone


    下载地址:

    Drone 0.8.3 发布,为容器构建的持续交付平台下载地址
     
正在加载...