-
Notifications
You must be signed in to change notification settings - Fork 505
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
feat:流水线变量语法支持两种风格 #10576
Labels
done
Production environment in tencent has been deploy
kind/enhancement
功能改进特性
service/process
流水线
todo
todo
Comments
fayewong-v5
changed the title
feat:流水线转 YAML 时,对表达式引用方式做检测,不满足要求时给出提示
feat:流水线YAML需对表达式引用方式做检测,不满足要求时给出提示
Jun 27, 2024
fayewong-v5
changed the title
feat:流水线YAML需对表达式引用方式做检测,不满足要求时给出提示
feat:流水线开启 PAC 时,需对表达式/变量引用方式做检测,不满足要求时给出引导协助用户修改
Jul 25, 2024
fayewong-v5
changed the title
feat:流水线开启 PAC 时,需对表达式/变量引用方式做检测,不满足要求时给出引导协助用户修改
feat:PAC 流水线对表达式/变量引用方式做检测,不满足要求时给出引导协助用户修改
Jul 25, 2024
fayewong-v5
changed the title
feat:PAC 流水线对表达式/变量引用方式做检测,不满足要求时给出引导协助用户修改
feat:流水线变量语法支持两种风格
Aug 2, 2024
#10665 其中第三点,在制约模式下报错 |
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 9, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 12, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 12, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 12, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 12, 2024
useryuyu
added a commit
to useryuyu/bk-ci
that referenced
this issue
Aug 15, 2024
# Reviewed, transaction id: 15341
useryuyu
added a commit
to useryuyu/bk-ci
that referenced
this issue
Aug 20, 2024
# Reviewed, transaction id: 15875
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 22, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 22, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 22, 2024
useryuyu
added a commit
to useryuyu/bk-ci
that referenced
this issue
Aug 23, 2024
# Reviewed, transaction id: 16284
useryuyu
added a commit
to useryuyu/bk-ci
that referenced
this issue
Aug 23, 2024
# Reviewed, transaction id: 16330
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 23, 2024
useryuyu
added a commit
to useryuyu/bk-ci
that referenced
this issue
Aug 26, 2024
# Reviewed, transaction id: 16388
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 26, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 26, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 27, 2024
useryuyu
added a commit
to useryuyu/bk-ci
that referenced
this issue
Aug 27, 2024
# Reviewed, transaction id: 16545
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Aug 27, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Nov 14, 2024
回退变量超长报错,因为插件可能输出超长变量,导致流水线报错,但是用户配置的流水线又不能修改
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Nov 15, 2024
回退变量超长报错,因为插件可能输出超长变量,导致流水线报错,但是用户配置的流水线又不能修改
bkci-bot
added
done
Production environment in tencent has been deploy
and removed
for gray
UAT environment in tencent has been deploy
labels
Nov 15, 2024
bkci-bot
added
for test
Test environment in tencent has been deploy
and removed
todo
todo
labels
Nov 15, 2024
mingshewhe
added a commit
to mingshewhe/bk-ci
that referenced
this issue
Nov 21, 2024
bkci-bot
removed
for test
Test environment in tencent has been deploy
for gray
UAT environment in tencent has been deploy
labels
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
done
Production environment in tencent has been deploy
kind/enhancement
功能改进特性
service/process
流水线
todo
todo
【背景】
蓝盾早期的变量使用比较自由,但在一些场景下业务希望有严格的检查控制。
考虑到存量流水线太多,开启严格检查需要修改的内容太多,一刀切不适合,增加配置由业务选择。
【需求】
支持项目级别的“语法风格”配置,可选值有 宽松/制约
支持流水线级别的 “语法风格”配置,默认继承项目配置,可修改为和项目配置不同的方式,修改后在当前流水线生效
两种风格的区别:
The text was updated successfully, but these errors were encountered: