water3D
water3D
### Question Checklist - [x] Updated the plugin to the latest version - [x] I read the [Contribution Guidelines](https://github.com/tal-tech/sonar-swift/blob/master/CONTRIBUTING.md) - [x] I read the [documentation](https://github.com/tal-tech/sonar-swift/wiki) - [x] I searched for...
## 描述 正在针对源代码进行二次开发,涉及Login服务 `server/projects/login`相关后端代码,计划通过引入oidc协议python包支持一键登录。 已完成示例简单项目的集成,在与TCA登录中对于路由、视图存在一些问题,比如`server/projects/login/login/urls/v3.py` 和 `server/projects/login/login/apis/v3.py`中如何串联起来 ``` python """ login - v3 urls """ from django.urls import path from login.apis import v3 as apis_v3 urlpatterns = [ # 用户信息...
使用场景:目前安装Jenkins插件后,希望和内部CI Jenkins平台通过Pipeline语法对接。 使用痛点:因不支持Pipeline语法,无法和内部CI平台自动对接,需要每一个JOB单独配置。 [pipeline Jenkins介绍](https://www.jenkins.io/doc/book/pipeline/)