Skip to content

Commit

Permalink
feat: add cmb demo
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 10, 2020
1 parent b39049e commit 235dc00
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/presentation/case-study/case-study.component.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p>case-study works!</p>
<component-markdown-render [src]="'assets/docs/casestudies/cmb.md'"></component-markdown-render>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export class MarkdownRenderComponent implements OnInit {
constructor(private markdownService: MarkdownService) { }

ngOnInit(): void {
// this.markdownService.renderer.table = (header: string, body: string) => {
// return '';
// };
}

}
11 changes: 11 additions & 0 deletions src/assets/docs/casestudies/cmb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
来源:《[陈展文:招行的 DevOps 和精益研发之路 ](http://www.idcquan.com/Special/2019trucs/ppt/niuxiaoling.pdf)

| 项目 / 过程管理 | 配置管理 | 构建 | 测试 / 质量 | 制品 / 部署 | 基础设施 | 沟通协作 | 可视化 |
|---------------|---------|-------|------------|------------|---------|---------|---------|
| Jira | Gitee | Maven | Junit | Ubran code | VMWare | 招呼 | Tableau |
| Tracker | IBM Rational | Gradle | Cucumber | Fit2Cloud | OpenShift | 移事通 | Grafana |
| VP | ClearCase | NPM | JMeter | B9 | Cloud Foundry | | Kibana |
| Confluence | CMDB | Ant | RobotFramework | JFrog Artifactory | | | Prometheus |
| ITIL | Firefly | MSBuild | Protractor | | | | ElasticSearch |
| | | Docker | Sonar | | | | X-Pack |
| | | | BlackDuck | | | | |

0 comments on commit 235dc00

Please sign in to comment.