Jenkins“Pipeline Stage View”插件不会屏蔽密码

问题描述

我使用 Jenkins 管道进行部署。在安装过程中,您需要传递凭据。我能够使用以下方法在 Jenkins 控制台日志中成功屏蔽密码:

wrap([$class: 'MaskPasswordsBuildWrapper',varPasswordPairs: [[password: userElabPassword.toString(),var: 'userElabPassword'],[password: userJumpServerPassword.toString(),var: 'userJumpServerPassword']]]) {

不幸的是,我不知道如何将屏蔽应用于仍然显示未屏蔽密码的舞台视图:

enter image description here

enter image description here

这是一个错误吗?或者我应该以某种方式配置它?

使用的版本:

管道:舞台视图插件:2.19 掩码密码插件:2.13 詹金斯:2.263

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)