WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
预览
在变更合并到 master 之前预览 Pull Requests
我们强烈建议使用 预览环境 ,使得在变更合并到 master 之前尽快地得到反馈。
通常,预览环境是由 Jenkins X 的流水线中自动创建的。
然而,你可以使用 jx 通过命令 jx preview 手动创建一个预览环境。
jx preview
创建预览环境时都做了什么
- 一个新的 环境 ,例如
预览
被创建时,一个 kubernetes 命名空间 会在 jx get environments 出现, 使用 jx 环境和 jx 命名空间命令 你可以看到那个预览环境是活跃的,并可以进入查看。 - Pull Request 会作为预览 Docker 镜像和 chart 构建,并被部署到预览环境中
- 添加一条注释到 Pull Request 中,让你们团队知道该预览应用已经准备好可以测试了,并带有打开应用的链接。因此,只要点击一下就可以让你们团队成员体验预览环境!
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified April 21, 2020: feat: site theme and content restructure (b8b48f3567)