Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【蓝盾-评审会已评审】【PAC】feat:Code 方式编排流水线时,支持语法提示,快捷添加配置片段 #8163

Open
fayewong-v5 opened this issue Dec 20, 2022 · 1 comment
Assignees
Labels
approved 产品特性审核通过 area/ci/backend CI 后端issue area/ci/frontend CI 前端特性issue kind/feat/product 产品特性
Milestone

Comments

@fayewong-v5
Copy link
Contributor

fayewong-v5 commented Dec 20, 2022

【需求】
1、在用户输入流水线 Code 过程中,快速联想出关键字
image

2、在用户输入流水线 Code 过程中,快速添加 Code 片段:

  • 触发器片段,如当用户输入关键字 push 时,自动添加:
push:
  branches:
    - master
  paths:
    -  
  • job 片段,当用户输入 jobs: 后,自动添加:
 jobs: 
  job_x:
    name: jobx
    runs-on: docker
    steps:
    - 
  • step 片段,当用户输入 step 使用到的插件和版本后,换行时自动添加 name 和参数列表
- uses: UploadArtifactory@4.*
  name: 归档到流水线仓库
  with:
    filePath: 
    repoName: pipeline
  • finally 片段,当用户输入 finally: 后,换行时自动添加
finally:
  f_job_x:
    name: Run this job when the previous stages failed
    if: FAILURE
    steps:
    - 
@EchoQT
Copy link
Collaborator

EchoQT commented Dec 28, 2022

ok

@EchoQT EchoQT assigned fayewong-v5 and unassigned EchoQT Dec 28, 2022
@EchoQT EchoQT added approved 产品特性审核通过 and removed for approve 产品特性申请审核 labels Dec 28, 2022
@fayewong-v5 fayewong-v5 modified the milestones: V1.10, V2.0 Feb 2, 2023
@fayewong-v5 fayewong-v5 added area/ci/frontend CI 前端特性issue area/ci/backend CI 后端issue labels Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved 产品特性审核通过 area/ci/backend CI 后端issue area/ci/frontend CI 前端特性issue kind/feat/product 产品特性
Projects
None yet
Development

No branches or pull requests

4 participants