We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version / Branch / tag 3.5.x
出了什么问题?(What Happened?) 创建定时任务时使用执行方案中的默认密文变量不生效
如何复现?(How to reproduce?) 创建含有密文变量的模板及执行方案,步骤中用脚本echo出对应的密文变量,使用该执行方案创建定时任务,创建时不指定任何变量直接保存,开启定时任务执行后发现脚本中输出的不是执行方案的密文变量值。
预期结果(What you expect?) 定时任务执行后脚本中输出执行方案中的密文变量值。
The text was updated successfully, but these errors were encountered:
bugfix: 创建定时任务时使用执行方案中的默认密文变量不生效 TencentBlueKing#1764
7b1a609
Merge pull request #1783 from jsonwan/github_fix/cron_cipher
83d96ee
bugfix: 创建定时任务时使用执行方案中的默认密文变量不生效 #1764
cdd4177
Merge pull request #1790 from jsonwan/3.6.x
ff658f6
在新增定时任务绑定执行方案时,不修改密文变量会打印初始值,修改密文变量,原先显示的会以密文形式显示
Sorry, something went wrong.
9cb2d71
jsonwan
No branches or pull requests
Version / Branch / tag
3.5.x
出了什么问题?(What Happened?)
创建定时任务时使用执行方案中的默认密文变量不生效
如何复现?(How to reproduce?)
创建含有密文变量的模板及执行方案,步骤中用脚本echo出对应的密文变量,使用该执行方案创建定时任务,创建时不指定任何变量直接保存,开启定时任务执行后发现脚本中输出的不是执行方案的密文变量值。
预期结果(What you expect?)
定时任务执行后脚本中输出执行方案中的密文变量值。
The text was updated successfully, but these errors were encountered: