https://github.com/openimsdk/k8s-jenkins
https://github.com/openimsdk/k8s-jenkins
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openimsdk/k8s-jenkins
- Owner: openimsdk
- License: apache-2.0
- Created: 2023-07-25T05:21:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T09:25:15.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T12:47:51.010Z (over 1 year ago)
- Language: Makefile
- Size: 23.4 KB
- Stars: 4
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-jenkins
## project usage
It can be used with open im server and can be copied to the project directory separately
## directory structure
```
.
├── 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
```
## use in different situations
> please prepare two things
```shell
1.k8s namespace has created
2.docker register project has created
```
### use jenkins
1. create view
2. copy the files in the jenkinsfiles as the configuration file for the pipeline
3. fill some environment parameters in file
4. choice specific branch and project, and click build