├── .gitignore
├── .nojekyll
├── CHANGELOG.md
├── LICENSE
├── README.md
├── _images
├── agent_add_click.png
├── agent_copy_token.png
├── agent_save_new.png
├── agents
│ ├── create_agent.gif
│ ├── create_host.gif
│ ├── k8s_host_create.gif
│ ├── k8s_host_structure.png
│ ├── ssh_host_structure.png
│ └── test_host.gif
├── architecture.png
├── config
│ ├── create_smtp.gif
│ ├── create_text.gif
│ ├── gmail_setting_1.png
│ └── gmail_setting_2.png
├── config_server_url.png
├── create_flow.gif
├── create_flow_and_build.gif
├── demo.gif
├── flow.ci.png
├── flow
│ ├── sample.png
│ └── structure.png
├── git
│ ├── add_token.png
│ ├── create_ssh-rsa_credential.png
│ ├── gerrit_add_link.png
│ ├── gerrit_commit_status.png
│ ├── gerrit_create_access_pw.png
│ ├── gerrit_setup_ssh_key.png
│ ├── gerrit_test_config.gif
│ ├── gerrit_webhook_plugin.png
│ ├── git_settings.png
│ ├── gitee_setup_deploy_key.png
│ ├── gitee_setup_webhook.png
│ ├── gitee_test_config.gif
│ ├── github_add_link.png
│ ├── github_check_updated.png
│ ├── github_create_access_token.png
│ ├── github_select_events.png
│ ├── github_setup_deploy_key.png
│ ├── github_setup_payload_and_content.png
│ ├── github_test_config.gif
│ ├── gitlab_add_link.png
│ ├── gitlab_create_access_token.png
│ ├── gitlab_setup_deploy_key.png
│ ├── gitlab_setup_webhook.png
│ ├── gitlab_stage_updated.png
│ ├── gitlab_test_config.gif
│ ├── gogs_setup_deploy_key.png
│ ├── gogs_setup_webhook.png
│ ├── gogs_test_config.gif
│ ├── select_webhook_url.gif
│ └── structure.png
├── job
│ ├── cache_demo.png
│ ├── cache_run_example.png
│ ├── cron_job.gif
│ ├── multiple_docker.png
│ ├── parallel.png
│ └── terminal.gif
├── logo.png
├── plugins.png
├── secret
│ ├── android_signed.png
│ ├── auth_create.png
│ ├── create_android_sign.gif
│ ├── create_auth_pair.gif
│ ├── create_kubeconfig.gif
│ ├── create_ssh_key.gif
│ └── create_token.gif
├── start_agent.gif
├── start_job.gif
├── start_server.gif
├── statistic.gif
├── trigger
│ ├── create_job_finish_email.gif
│ ├── create_job_finish_webhook.gif
│ ├── email_sample.png
│ └── send_job_finish_webhook.gif
└── trigger_from_github.gif
├── cf_docker.md
├── cf_linux.md
├── cf_osx.md
├── cn
├── README.md
├── _sidebar.md
├── agents
│ ├── index.md
│ ├── k8s_host.md
│ ├── manual.md
│ ├── ssh_host.md
│ └── vars.md
├── config
│ ├── freetext.md
│ └── smtp.md
├── flow
│ └── structure.md
├── git
│ ├── gerrit.md
│ ├── gitee.md
│ ├── github.md
│ ├── gitlab.md
│ ├── gogs.md
│ └── index.md
├── job
│ ├── cache.md
│ ├── condition.md
│ ├── docker.md
│ ├── parallel.md
│ ├── schedule.md
│ ├── start.md
│ ├── web_terminal.md
│ └── workspace.md
├── secret
│ ├── android_sign.md
│ ├── auth.md
│ ├── kubeconfig.md
│ ├── ssh-rsa.md
│ └── token.md
├── start
│ └── index.md
├── trigger
│ └── on_job_finish.md
├── upgrade
│ └── index.md
└── yml
│ ├── plugins.md
│ └── reference_v1.md
├── en
├── README.md
├── _sidebar.md
├── agents
│ ├── index.md
│ ├── k8s_host.md
│ ├── manual.md
│ ├── ssh_host.md
│ └── vars.md
├── config
│ ├── freetext.md
│ └── smtp.md
├── flow
│ └── structure.md
├── git
│ ├── gerrit.md
│ ├── gitee.md
│ ├── github.md
│ ├── gitlab.md
│ ├── gogs.md
│ └── index.md
├── job
│ ├── cache.md
│ ├── condition.md
│ ├── docker.md
│ ├── parallel.md
│ ├── schedule.md
│ ├── start.md
│ ├── web_terminal.md
│ └── workspace.md
├── secret
│ ├── android_sign.md
│ ├── auth.md
│ ├── kubeconfig.md
│ ├── ssh-rsa.md
│ └── token.md
├── start
│ └── index.md
├── trigger
│ └── on_job_finish.md
├── upgrade
│ └── index.md
├── user
│ └── .placeholder
└── yml
│ ├── plugins.md
│ └── reference_v1.md
├── index.html
└── intro_base.md
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/
2 | .DS_Store
3 |
--------------------------------------------------------------------------------
/.nojekyll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/.nojekyll
--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
1 | - v1.21.50 2021-12-16
2 | * 新增触发器,可配置出发 webhook 及 邮件
3 | * 支持显示同一个 Git 事件的相关任务
4 | * 优化了模版选择界面
5 | * 修复了 Log4j2 安全问题
6 | * 升级 flow-core-x 服务到 Java 11
7 | * Bugfix
8 |
9 | - v1.21.50 2021-12-16
10 | * Introduced trigger system
11 | * Enable to list related jobs from the same git event
12 | * Improved template selection UI
13 | * Fix Log4j2 vulnerability issue
14 | * Upgrade flow-core-x to Java 11
15 | * Bugfix
16 |
17 | - v1.21.40 2021-10-05
18 | * 系统设置中可现实插件信息和同步状态
19 | * flow.ci python 包的问题修复
20 | * Bugfix
21 |
22 | - v1.21.40 2021-10-05
23 | * Enable to show plugin and sync status from settings
24 | * Bugfix on flow.ci python lib
25 | * Bugfix on Agent
26 |
27 | - v1.21.33 2021-08-18
28 | * 提升产品稳定性
29 | * Job 页面优化
30 | * 支持从变量中获取 Config 内容
31 | * Bugfix
32 |
33 | - v1.21.33 2021-08-18
34 | * Stability improvement
35 | * Job page improvement
36 | * Enable to load config content from the environment variable
37 | * Bugfix
38 |
39 | - v0.21.21 2021-05-06
40 | * 新增 post step,在任务结束、失败或取消时执行
41 | * 可从失败的 step 从新开始任务
42 | * 支持从变量中获取 Secret
43 | * 改进 Agent 及任务的用户界面
44 | * BUG 修复
45 |
46 | - v0.21.21 2021-05-06
47 | * Support post step that will be executed anyway
48 | * Enable to restart the job from failure step
49 | * Enable to get secret from the environment variable
50 | * UI improvement
51 | * Bugfix
52 |
53 | - v0.21.05 2021-02-10
54 | * 支持并行任务
55 | * 支持任务缓存
56 | * 手动构建支持参数设置
57 | * 改进用户界面
58 | * BUG 修复
59 |
60 | - v0.21.05 2021-02-10
61 | * Support parallel build
62 | * Support step level cache
63 | * Enable to modify parameters on manual build
64 | * UI improvement
65 | * Bugfix
66 |
67 |
68 | - v0.20.45 2020-10-29
69 | * Agent 支持 Windows 环境
70 | * 支持 `bash` `pwsh`, 在任务中可自定义 Bash 或 PowerShell
71 | * 支持 `retry`, 可设置任务重试次数
72 | * 支持 `timeout`, 可以设置任务过期时间
73 | * 支持工作流级别的 condition,可以通过 Groovy 脚本自定义工作流启动规则
74 | * 新增 .Net Core 项目模板
75 | * BUG 修复
76 |
77 | - v0.20.45 2020-10-29
78 | * Support Agent in Windows
79 | * Introduce `bash` `pwsh` in step level to define Bash and/or Powershell script
80 | * Introduce `retry` to defined retry times
81 | * Introduce `timeout` to defined timeout in seconds
82 | * Introduce `condition` in flow level to customize flow start condition with Groovy script
83 | * New template for .Net Core project
84 | * Bugfix
85 |
86 | - v0.20.40 2020-10-01
87 | * 支持 k8s 中运行, 并动态扩展 Agent
88 | * PHP 构建模板
89 | * 支持定义子任务(sub-steps)
90 | * 新增管理员功能 - 系统配置
91 | * BUG 修复
92 |
93 | - v0.20.40 2020-10-01
94 | * Support dynamic agents in a Kubernetes cluster.
95 | * PHP template
96 | * Support sub-steps in a step
97 | * New system configuration in the admin panel
98 | * Bugfix
99 |
100 | - v0.20.32 2020-08-03
101 | * Web 用户界面优化
102 | * 可编辑 SSH 主机的端口
103 | * Web页面设置默认用户
104 | * 支持 `condition` YAML,可使用 Groovy 脚本来定义 Step 是否运行
105 |
106 | - v0.20.32 2020-08-03
107 | * Improvement of UI
108 | * Enable to edit the port number on SSH host
109 | * Default user can be created from web
110 | * Support condition in the YAML to setup step start condition in Groovy
111 |
112 | - v0.20.30 2020-07-27
113 | * Web 用户界面优化
114 | * 提升 Agent 的稳定性
115 | * 支持 flow 定时任务
116 | * 多容器的支持
117 | * 支持工作流级别的 `docker/dockers` YAML
118 | * 支持 `android` 秘钥类型,可以配置安卓签名
119 | * 新增安卓构建模板
120 |
121 | - v0.20.30 2020-07-27
122 | * Improvement of UI
123 | * Improvement of Agent stability
124 | * Support crontab task for flow
125 | * Support multiple docker containers
126 | * Introduce `docker/dockers` YAML section on flow level
127 | * Introduce `android` secret type to config android certificate
128 | * New android flow template
129 |
130 | - v0.20.26 2020-06-20
131 | * 支持在运行中的 Step 使用 Terminal 调试
132 | * 新增 'notification' YAML 配置通知插件
133 | * 新增 'token' 类型的 Secret
134 | * 可以在 Flow 设置页面配置 Job 过期时间
135 | * 支持显示 SSH RSA 公钥的 MD5 指纹
136 | * 新增 Sonarqube 插件
137 | * BUG 修复
138 |
139 | - v0.20.26 2020-06-20
140 | * Support TTY on running step to debug
141 | * Introduce 'notification' YAML section to config flow notification task
142 | * Introduce 'token' secret type
143 | * Enable to config job timeout in flow settings
144 | * Support MD5 fingerprint on SSH RSA public key
145 | * New Sonarqube plugin
146 | * Important bugfix
147 |
148 | - v0.20.20 2020-05-14
149 | * 支持任务 '重新开始'
150 | * 新增 ‘配置’ 功能
151 | * 添加了 npm 模板
152 | * 重要 BUG 修复
153 |
154 | - v0.20.20 2020-05-14
155 | * Support 'rerun' for job
156 | * New configuration feature
157 | * Introduce an 'npm' build template
158 | * Important bugfix
159 |
160 | - v0.20.16 2020-04-12
161 | * 支持 Gitee webhook
162 | * 可以从 Git 仓库中定义 YAML 配置 (.flowci.yaml)
163 | * 可以运行在 Docker 容器中运行 Step 和插件
164 | * 实时日志性能改进
165 | * Bugfix
166 |
167 | - v0.20.16 2020-04-12
168 | * Support webhook for Gitee
169 | * Enable to load YAML configuration in Git repository (.flowci.yaml)
170 | * Enable to execute step and plugin in docker container
171 | * Impore performance on logging
172 | * Bugfix
173 |
174 | - v0.20.09 2020-02-13
175 | * Job 详情页面支持图形显示,优化了 Log 终端的格式
176 | * 支持 Agent 通过 docker socket 的方式弹性伸缩
177 | * 支持 Agent 通过 ssh host 的方式弹性伸缩
178 |
179 | - v0.20.09 2020-02-13
180 | * Optimize job detail page with step graphic view and log terminal layout
181 | * Support agent auto scaling via docker socket
182 | * Support agent auto scaling via ssh remote host
183 |
184 | - v0.19.42 2019-12-06
185 | * 支持工作流统计
186 | * 支持 GitLab & Gogs webhook
187 | * 支持 HTML 报告页面 (Jacoco, Junit)
188 | * 支持 Agent 资源 (CPU, Memory) 显示
189 | * 优化 Job 页面
190 | * Bug fix
191 |
192 | - v0.19.42 2019-12-06
193 | * Support flow job statistic view
194 | * Support GitLab & Gogs webhook
195 | * Enable to show HTML report from plugin (Jacoco, Junit)
196 | * Enable to show Agent resource detail (CPU, Memory)
197 | * Optimize job detail page
198 | * Bug fix
199 |
200 | - v0.1.4-alpha 2017-12-29
201 | * 支持 Web 定义工作流
202 | * 支持插件系统,以及插件-Agent同步
203 | * 支持 ‘final’ 节点,该节点为必执行节点
204 | * 支持 flow.ci 的 Windows 安装
205 | * 支持 Agent 通过 Cygwin 在 Windows 环境运行
206 | * bug fix
207 |
208 | - v0.1.3-alpha 2017-12-08
209 | * 创建项目支持 oschina 仓库
210 | * yaml 工作流支持设置 condition,基于 Groovy 语法
211 | * bug fixed...https://github.com/orgs/FlowCI/projects/1(参见Done)
212 |
213 | - v0.1.2-alpha 2017-12-01
214 | * yml 工作流支持设置工作目录
215 | * yml 编辑器更新为 Monaco Editor
216 | * 轻松发布到 fir.im(基于 Docker)
217 | * 修复 bitbucket 无法正常克隆代码问题
218 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Apache License
2 | Version 2.0, January 2004
3 | http://www.apache.org/licenses/
4 |
5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 |
7 | 1. Definitions.
8 |
9 | "License" shall mean the terms and conditions for use, reproduction,
10 | and distribution as defined by Sections 1 through 9 of this document.
11 |
12 | "Licensor" shall mean the copyright owner or entity authorized by
13 | the copyright owner that is granting the License.
14 |
15 | "Legal Entity" shall mean the union of the acting entity and all
16 | other entities that control, are controlled by, or are under common
17 | control with that entity. For the purposes of this definition,
18 | "control" means (i) the power, direct or indirect, to cause the
19 | direction or management of such entity, whether by contract or
20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 | outstanding shares, or (iii) beneficial ownership of such entity.
22 |
23 | "You" (or "Your") shall mean an individual or Legal Entity
24 | exercising permissions granted by this License.
25 |
26 | "Source" form shall mean the preferred form for making modifications,
27 | including but not limited to software source code, documentation
28 | source, and configuration files.
29 |
30 | "Object" form shall mean any form resulting from mechanical
31 | transformation or translation of a Source form, including but
32 | not limited to compiled object code, generated documentation,
33 | and conversions to other media types.
34 |
35 | "Work" shall mean the work of authorship, whether in Source or
36 | Object form, made available under the License, as indicated by a
37 | copyright notice that is included in or attached to the work
38 | (an example is provided in the Appendix below).
39 |
40 | "Derivative Works" shall mean any work, whether in Source or Object
41 | form, that is based on (or derived from) the Work and for which the
42 | editorial revisions, annotations, elaborations, or other modifications
43 | represent, as a whole, an original work of authorship. For the purposes
44 | of this License, Derivative Works shall not include works that remain
45 | separable from, or merely link (or bind by name) to the interfaces of,
46 | the Work and Derivative Works thereof.
47 |
48 | "Contribution" shall mean any work of authorship, including
49 | the original version of the Work and any modifications or additions
50 | to that Work or Derivative Works thereof, that is intentionally
51 | submitted to Licensor for inclusion in the Work by the copyright owner
52 | or by an individual or Legal Entity authorized to submit on behalf of
53 | the copyright owner. For the purposes of this definition, "submitted"
54 | means any form of electronic, verbal, or written communication sent
55 | to the Licensor or its representatives, including but not limited to
56 | communication on electronic mailing lists, source code control systems,
57 | and issue tracking systems that are managed by, or on behalf of, the
58 | Licensor for the purpose of discussing and improving the Work, but
59 | excluding communication that is conspicuously marked or otherwise
60 | designated in writing by the copyright owner as "Not a Contribution."
61 |
62 | "Contributor" shall mean Licensor and any individual or Legal Entity
63 | on behalf of whom a Contribution has been received by Licensor and
64 | subsequently incorporated within the Work.
65 |
66 | 2. Grant of Copyright License. Subject to the terms and conditions of
67 | this License, each Contributor hereby grants to You a perpetual,
68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 | copyright license to reproduce, prepare Derivative Works of,
70 | publicly display, publicly perform, sublicense, and distribute the
71 | Work and such Derivative Works in Source or Object form.
72 |
73 | 3. Grant of Patent License. Subject to the terms and conditions of
74 | this License, each Contributor hereby grants to You a perpetual,
75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 | (except as stated in this section) patent license to make, have made,
77 | use, offer to sell, sell, import, and otherwise transfer the Work,
78 | where such license applies only to those patent claims licensable
79 | by such Contributor that are necessarily infringed by their
80 | Contribution(s) alone or by combination of their Contribution(s)
81 | with the Work to which such Contribution(s) was submitted. If You
82 | institute patent litigation against any entity (including a
83 | cross-claim or counterclaim in a lawsuit) alleging that the Work
84 | or a Contribution incorporated within the Work constitutes direct
85 | or contributory patent infringement, then any patent licenses
86 | granted to You under this License for that Work shall terminate
87 | as of the date such litigation is filed.
88 |
89 | 4. Redistribution. You may reproduce and distribute copies of the
90 | Work or Derivative Works thereof in any medium, with or without
91 | modifications, and in Source or Object form, provided that You
92 | meet the following conditions:
93 |
94 | (a) You must give any other recipients of the Work or
95 | Derivative Works a copy of this License; and
96 |
97 | (b) You must cause any modified files to carry prominent notices
98 | stating that You changed the files; and
99 |
100 | (c) You must retain, in the Source form of any Derivative Works
101 | that You distribute, all copyright, patent, trademark, and
102 | attribution notices from the Source form of the Work,
103 | excluding those notices that do not pertain to any part of
104 | the Derivative Works; and
105 |
106 | (d) If the Work includes a "NOTICE" text file as part of its
107 | distribution, then any Derivative Works that You distribute must
108 | include a readable copy of the attribution notices contained
109 | within such NOTICE file, excluding those notices that do not
110 | pertain to any part of the Derivative Works, in at least one
111 | of the following places: within a NOTICE text file distributed
112 | as part of the Derivative Works; within the Source form or
113 | documentation, if provided along with the Derivative Works; or,
114 | within a display generated by the Derivative Works, if and
115 | wherever such third-party notices normally appear. The contents
116 | of the NOTICE file are for informational purposes only and
117 | do not modify the License. You may add Your own attribution
118 | notices within Derivative Works that You distribute, alongside
119 | or as an addendum to the NOTICE text from the Work, provided
120 | that such additional attribution notices cannot be construed
121 | as modifying the License.
122 |
123 | You may add Your own copyright statement to Your modifications and
124 | may provide additional or different license terms and conditions
125 | for use, reproduction, or distribution of Your modifications, or
126 | for any such Derivative Works as a whole, provided Your use,
127 | reproduction, and distribution of the Work otherwise complies with
128 | the conditions stated in this License.
129 |
130 | 5. Submission of Contributions. Unless You explicitly state otherwise,
131 | any Contribution intentionally submitted for inclusion in the Work
132 | by You to the Licensor shall be under the terms and conditions of
133 | this License, without any additional terms or conditions.
134 | Notwithstanding the above, nothing herein shall supersede or modify
135 | the terms of any separate license agreement you may have executed
136 | with Licensor regarding such Contributions.
137 |
138 | 6. Trademarks. This License does not grant permission to use the trade
139 | names, trademarks, service marks, or product names of the Licensor,
140 | except as required for reasonable and customary use in describing the
141 | origin of the Work and reproducing the content of the NOTICE file.
142 |
143 | 7. Disclaimer of Warranty. Unless required by applicable law or
144 | agreed to in writing, Licensor provides the Work (and each
145 | Contributor provides its Contributions) on an "AS IS" BASIS,
146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 | implied, including, without limitation, any warranties or conditions
148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 | PARTICULAR PURPOSE. You are solely responsible for determining the
150 | appropriateness of using or redistributing the Work and assume any
151 | risks associated with Your exercise of permissions under this License.
152 |
153 | 8. Limitation of Liability. In no event and under no legal theory,
154 | whether in tort (including negligence), contract, or otherwise,
155 | unless required by applicable law (such as deliberate and grossly
156 | negligent acts) or agreed to in writing, shall any Contributor be
157 | liable to You for damages, including any direct, indirect, special,
158 | incidental, or consequential damages of any character arising as a
159 | result of this License or out of the use or inability to use the
160 | Work (including but not limited to damages for loss of goodwill,
161 | work stoppage, computer failure or malfunction, or any and all
162 | other commercial damages or losses), even if such Contributor
163 | has been advised of the possibility of such damages.
164 |
165 | 9. Accepting Warranty or Additional Liability. While redistributing
166 | the Work or Derivative Works thereof, You may choose to offer,
167 | and charge a fee for, acceptance of support, warranty, indemnity,
168 | or other liability obligations and/or rights consistent with this
169 | License. However, in accepting such obligations, You may act only
170 | on Your own behalf and on Your sole responsibility, not on behalf
171 | of any other Contributor, and only if You agree to indemnify,
172 | defend, and hold each Contributor harmless for any liability
173 | incurred by, or claims asserted against, such Contributor by reason
174 | of your accepting any such warranty or additional liability.
175 |
176 | END OF TERMS AND CONDITIONS
177 |
178 | APPENDIX: How to apply the Apache License to your work.
179 |
180 | To apply the Apache License to your work, attach the following
181 | boilerplate notice, with the fields enclosed by brackets "{}"
182 | replaced with your own identifying information. (Don't include
183 | the brackets!) The text should be enclosed in the appropriate
184 | comment syntax for the file format. We also recommend that a
185 | file or class name and description of purpose be included on the
186 | same "printed page" as the copyright notice for easier
187 | identification within third-party archives.
188 |
189 | Copyright {yyyy} {name of copyright owner}
190 |
191 | Licensed under the Apache License, Version 2.0 (the "License");
192 | you may not use this file except in compliance with the License.
193 | You may obtain a copy of the License at
194 |
195 | http://www.apache.org/licenses/LICENSE-2.0
196 |
197 | Unless required by applicable law or agreed to in writing, software
198 | distributed under the License is distributed on an "AS IS" BASIS,
199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 | See the License for the specific language governing permissions and
201 | limitations under the License.
202 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # flow.ci document
2 |
3 | The document repository for https://flowci.github.io
4 |
5 | - [English](https://flowci.github.io/#/en/)
6 | - [中文文档](https://flowci.github.io/#/cn/)
7 |
8 |
--------------------------------------------------------------------------------
/_images/agent_add_click.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agent_add_click.png
--------------------------------------------------------------------------------
/_images/agent_copy_token.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agent_copy_token.png
--------------------------------------------------------------------------------
/_images/agent_save_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agent_save_new.png
--------------------------------------------------------------------------------
/_images/agents/create_agent.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agents/create_agent.gif
--------------------------------------------------------------------------------
/_images/agents/create_host.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agents/create_host.gif
--------------------------------------------------------------------------------
/_images/agents/k8s_host_create.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agents/k8s_host_create.gif
--------------------------------------------------------------------------------
/_images/agents/k8s_host_structure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agents/k8s_host_structure.png
--------------------------------------------------------------------------------
/_images/agents/ssh_host_structure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agents/ssh_host_structure.png
--------------------------------------------------------------------------------
/_images/agents/test_host.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/agents/test_host.gif
--------------------------------------------------------------------------------
/_images/architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/architecture.png
--------------------------------------------------------------------------------
/_images/config/create_smtp.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/config/create_smtp.gif
--------------------------------------------------------------------------------
/_images/config/create_text.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/config/create_text.gif
--------------------------------------------------------------------------------
/_images/config/gmail_setting_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/config/gmail_setting_1.png
--------------------------------------------------------------------------------
/_images/config/gmail_setting_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/config/gmail_setting_2.png
--------------------------------------------------------------------------------
/_images/config_server_url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/config_server_url.png
--------------------------------------------------------------------------------
/_images/create_flow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/create_flow.gif
--------------------------------------------------------------------------------
/_images/create_flow_and_build.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/create_flow_and_build.gif
--------------------------------------------------------------------------------
/_images/demo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/demo.gif
--------------------------------------------------------------------------------
/_images/flow.ci.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/flow.ci.png
--------------------------------------------------------------------------------
/_images/flow/sample.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/flow/sample.png
--------------------------------------------------------------------------------
/_images/flow/structure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/flow/structure.png
--------------------------------------------------------------------------------
/_images/git/add_token.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/add_token.png
--------------------------------------------------------------------------------
/_images/git/create_ssh-rsa_credential.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/create_ssh-rsa_credential.png
--------------------------------------------------------------------------------
/_images/git/gerrit_add_link.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gerrit_add_link.png
--------------------------------------------------------------------------------
/_images/git/gerrit_commit_status.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gerrit_commit_status.png
--------------------------------------------------------------------------------
/_images/git/gerrit_create_access_pw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gerrit_create_access_pw.png
--------------------------------------------------------------------------------
/_images/git/gerrit_setup_ssh_key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gerrit_setup_ssh_key.png
--------------------------------------------------------------------------------
/_images/git/gerrit_test_config.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gerrit_test_config.gif
--------------------------------------------------------------------------------
/_images/git/gerrit_webhook_plugin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gerrit_webhook_plugin.png
--------------------------------------------------------------------------------
/_images/git/git_settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/git_settings.png
--------------------------------------------------------------------------------
/_images/git/gitee_setup_deploy_key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitee_setup_deploy_key.png
--------------------------------------------------------------------------------
/_images/git/gitee_setup_webhook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitee_setup_webhook.png
--------------------------------------------------------------------------------
/_images/git/gitee_test_config.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitee_test_config.gif
--------------------------------------------------------------------------------
/_images/git/github_add_link.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/github_add_link.png
--------------------------------------------------------------------------------
/_images/git/github_check_updated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/github_check_updated.png
--------------------------------------------------------------------------------
/_images/git/github_create_access_token.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/github_create_access_token.png
--------------------------------------------------------------------------------
/_images/git/github_select_events.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/github_select_events.png
--------------------------------------------------------------------------------
/_images/git/github_setup_deploy_key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/github_setup_deploy_key.png
--------------------------------------------------------------------------------
/_images/git/github_setup_payload_and_content.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/github_setup_payload_and_content.png
--------------------------------------------------------------------------------
/_images/git/github_test_config.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/github_test_config.gif
--------------------------------------------------------------------------------
/_images/git/gitlab_add_link.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitlab_add_link.png
--------------------------------------------------------------------------------
/_images/git/gitlab_create_access_token.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitlab_create_access_token.png
--------------------------------------------------------------------------------
/_images/git/gitlab_setup_deploy_key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitlab_setup_deploy_key.png
--------------------------------------------------------------------------------
/_images/git/gitlab_setup_webhook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitlab_setup_webhook.png
--------------------------------------------------------------------------------
/_images/git/gitlab_stage_updated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitlab_stage_updated.png
--------------------------------------------------------------------------------
/_images/git/gitlab_test_config.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gitlab_test_config.gif
--------------------------------------------------------------------------------
/_images/git/gogs_setup_deploy_key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gogs_setup_deploy_key.png
--------------------------------------------------------------------------------
/_images/git/gogs_setup_webhook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gogs_setup_webhook.png
--------------------------------------------------------------------------------
/_images/git/gogs_test_config.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/gogs_test_config.gif
--------------------------------------------------------------------------------
/_images/git/select_webhook_url.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/select_webhook_url.gif
--------------------------------------------------------------------------------
/_images/git/structure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/git/structure.png
--------------------------------------------------------------------------------
/_images/job/cache_demo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/job/cache_demo.png
--------------------------------------------------------------------------------
/_images/job/cache_run_example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/job/cache_run_example.png
--------------------------------------------------------------------------------
/_images/job/cron_job.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/job/cron_job.gif
--------------------------------------------------------------------------------
/_images/job/multiple_docker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/job/multiple_docker.png
--------------------------------------------------------------------------------
/_images/job/parallel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/job/parallel.png
--------------------------------------------------------------------------------
/_images/job/terminal.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/job/terminal.gif
--------------------------------------------------------------------------------
/_images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/logo.png
--------------------------------------------------------------------------------
/_images/plugins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/plugins.png
--------------------------------------------------------------------------------
/_images/secret/android_signed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/secret/android_signed.png
--------------------------------------------------------------------------------
/_images/secret/auth_create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/secret/auth_create.png
--------------------------------------------------------------------------------
/_images/secret/create_android_sign.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/secret/create_android_sign.gif
--------------------------------------------------------------------------------
/_images/secret/create_auth_pair.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/secret/create_auth_pair.gif
--------------------------------------------------------------------------------
/_images/secret/create_kubeconfig.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/secret/create_kubeconfig.gif
--------------------------------------------------------------------------------
/_images/secret/create_ssh_key.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/secret/create_ssh_key.gif
--------------------------------------------------------------------------------
/_images/secret/create_token.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/secret/create_token.gif
--------------------------------------------------------------------------------
/_images/start_agent.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/start_agent.gif
--------------------------------------------------------------------------------
/_images/start_job.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/start_job.gif
--------------------------------------------------------------------------------
/_images/start_server.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/start_server.gif
--------------------------------------------------------------------------------
/_images/statistic.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/statistic.gif
--------------------------------------------------------------------------------
/_images/trigger/create_job_finish_email.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/trigger/create_job_finish_email.gif
--------------------------------------------------------------------------------
/_images/trigger/create_job_finish_webhook.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/trigger/create_job_finish_webhook.gif
--------------------------------------------------------------------------------
/_images/trigger/email_sample.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/trigger/email_sample.png
--------------------------------------------------------------------------------
/_images/trigger/send_job_finish_webhook.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/trigger/send_job_finish_webhook.gif
--------------------------------------------------------------------------------
/_images/trigger_from_github.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/FlowCI/docs/356287c6212fef113b410881a956ce37d7ac9543/_images/trigger_from_github.gif
--------------------------------------------------------------------------------
/cf_docker.md:
--------------------------------------------------------------------------------
1 | 更多信息,请访问 [flow.ci](https://flowci.github.io)
--------------------------------------------------------------------------------
/cf_linux.md:
--------------------------------------------------------------------------------
1 | 更多信息,请访问 [flow.ci](https://flowci.github.io)
--------------------------------------------------------------------------------
/cf_osx.md:
--------------------------------------------------------------------------------
1 | 更多信息,请访问 [flow.ci](https://flowci.github.io)
--------------------------------------------------------------------------------
/cn/README.md:
--------------------------------------------------------------------------------
1 |