Yuan.Liu
Yuan.Liu
"系统管理" -- 服务集成 --- 配置jenkins集成时 直接用 用户名加密码也是可以通过的, 但是创建pipeline却无法成功,集成信息调整为token, "构建部署" 可以正常work.
> 猜测原因: `onData`事件仅仅是在收到按钮事件后触发,并不负责将收到的信息输出到`Stdin` > > 可以在[此处](https://github.com/go-atomci/atomci/blob/493579337966599bf121d43658565ff9ec6ffca6/web/src/components/utils/XtermDebug.vue#L51)后面一行加入`this.term.write(data);` 验证( @sampsonye 帮我修复下开发环境我来看看能否修复这个问题) 本地的环境环境可正常使用终端,怀疑是配置问题,但是没有具体定位到
@sampsonye 你有提到 `集成登录`可以先简单设想下你的需求场景吗?
Notes: This is the proposal type of issue, If you like work on that, please update the design docs and key implementation logic in this issue thread. 
## Background 当前可以使用`atomci` 构建/部署,但是目前无法满足构建过程中的产生输出物的转存, 比如想下载编译的二进制文件、镜像或是chart等。 ## Proposal - [ ] 1. 新增自定义脚本的stage, 让用户可以自定义实现对构建物的自定义处理 - [ ] 2. 新增支持S3协议类型的artifacts step, 用户定义可以更简化的实现构建物的转存 eg: ```yaml artifacts: - name: file path: /tmp/file s3: key:...
当前任务失败情况下,pipeline不会有回调,依赖轮询定时更新状态
## 临时的解决方案 刷新当前界面,k8s集群信息即可看到
类似这种场景:@fanhousanbu 云效: https://help.aliyun.com/document_detail/202422.html coding: https://help.coding.net/docs/ci/configuration/env.html#pageTitle
> 添加的环境变量,如何应用到流水线中,是否需要另行开辟一个issue? https://github.com/go-atomci/atomci/blob/master/internal/core/pipelinemgr/uitls.go#L391
Notes: This is the proposal type of issue, If you like work on that, please update the design docs and key implementation logic in this issue thread.