如图:
现在一台server(ubuntu20.04)上跑下面程序 jenkin buildroot sonarqube
要做的就是在jenkin里面
1. 从gitlab拉取代码到本地source_code目录
2. sonarqube扫描source_code目录
3. buildroot交叉编译source_code
4. 单元测试
现在要把不同的功能拆分到不同容器中,要怎么搞呢? 是用docker link还是compose ?
多谢!
现在一台server(ubuntu20.04)上跑下面程序 jenkin buildroot sonarqube
要做的就是在jenkin里面
1. 从gitlab拉取代码到本地source_code目录
2. sonarqube扫描source_code目录
3. buildroot交叉编译source_code
4. 单元测试
现在要把不同的功能拆分到不同容器中,要怎么搞呢? 是用docker link还是compose ?
多谢!