It can be used with open im server and can be copied to the project directory separately
.
├── LICENSE
├── Makefile // use in open im server. the content has been adjusted
├── README.md
├── component // component configuration. like mysql, kafka
├── dockerfile // server dockerfile configuration
├── jenkinsfiles // jenkins template
└── k8sdeployment_dev // server k8s deploy template
please prepare two things
1.k8s namespace has created
2.docker register project has created
- create view
- copy the files in the jenkinsfiles as the configuration file for the pipeline
- fill some environment parameters in file
- choice specific branch and project, and click build