美文网首页
GitLab CI/CD Pipeline 学习

GitLab CI/CD Pipeline 学习

作者: Salesforce考试 | 来源:发表于2020-04-21 17:52 被阅读0次

    如何分阶段

    publish:
      stage: publish
      script:
        - ./publish.sh
      when: $PUBLISH_ARTIFACTS==true
    

    stage可以分

    • build
    • test
    • deploy

    资源:
    https://docs.gitlab.com/ee/ci/yaml/

    相关文章

      网友评论

          本文标题:GitLab CI/CD Pipeline 学习

          本文链接:https://www.haomeiwen.com/subject/tnspihtx.html