【问题标题】:How to integrate jenkins and app center where jenkins needs to be source control system for app center?jenkins需要作为app center的源码控制系统,如何集成jenkins和app center?
【发布时间】:2020-01-31 14:22:17
【问题描述】:

我正在设置从 GitHub 到 Jenkins 和 Jenkins 到 App Center 的管道。我不想将 GitHub 直接连接到 App Center,因为我要处理来自同一个 GitHub 存储库的太多配置。让它通过 Jenkins 处理每个配置。是否有任何编排工具可以实现这种持续集成的功能。

我不想在 Jenkins 中使用 App Center 插件,因为它处于 alpha 阶段。

【问题讨论】:

    标签: jenkins jenkins-pipeline visual-studio-app-center orchestration


    【解决方案1】:

    我现在开始同样的冒险。你是对的 - App Center 插件只是没有所有相关功能。我将使用 App Center API/CLI 来激活 App Center 构建 (Android/IOS)。 IE。我的 Jenkins 管道将执行以下操作:

    1. 运行单元测试
    2. 运行 SonarCloud 扫描仪
    3. 激活 App Center 版本

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-08-31
      • 2019-02-19
      • 1970-01-01
      相关资源
      最近更新 更多