定时任务
添加
添加定时任务
```flow st=>start: 前端提交创建定时任务 isExists=>condition: 任务是否已经存在? cronCreate=>operation: 数据库创建定时任务 jenkinsCreate=>operation: jenkins创建Job jenkinsBuild=>operation: jenkins构建 buildLogCreate=>operation: 构建信息插入数据库 amqQueueBuild=>operation: 构建信息推入队列 k8sCreate=>operation: k8s创建定时任务 amqQueueListen=>operation: 队列监听构建结果 buildLogUpdate=>operation: 构建信息修改 s=>end: 成功 e=>end: 失败 st->isExists->cronCreate->jenkinsCreate->jenkinsBuild->buildLogCreate->amqQueueBuild->k8sCreate->amqQueueListen->buildLogUpdate->s isExists(yes)->cronCreate isExists(no)->e ```
添加日志采集
添加环境变量
添加配置
修改
删除
Last updated
Was this helpful?