jenkins 流水线构建发布流程
jenkins 流水线构建发布流程:
1.输入一个任务名称:xxx.xxxx.WebApi.prod
2.选择-》pipeline
3.流水线 :pipeline script from SCM
4.SCM--Subversion
5.Repository URL: http://IP:8088/svn/XXX2023/XXXHuaweiLog
http://ip:808/svn/xxx2022/xxx/master
6.Credentials-->jenkins
7.local module directory-->.
8.repository depth-->infinity (选择-lgnore externals,cancel process on externals fail
9.check-out strategy --> always check out fresh copy (选择 quiet check-out)
10. 源码库浏览器 --自动
11.配置脚本路径--》./XXX.HuaweiLog/deploy/prod/Jenkinsfile
./xxx.yyy.Api/deploy/prod/Jenkinsfile
选择轻量级检出
注意:
k8s.yaml 文件里的 name, namespace,labels.app svcname 等所有名称 都必须使用小写命名
request,limt CPU 内存设置
副本replicas设置
Build #5 (2023-10-22 14:23:11) --》Console output 查看发布日志