声明性管道密码参数:以下代码在UI页面上隐藏了密码,但在构建日志中显示了密码参数。如何将其隐藏在詹金斯日志中。
parameters {
password(name: 'myPwd', defaultValue: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", description: 'Secret Access key of the environment')
}
答案 0 :(得分:0)
使用凭据而不是使用密码 并且必须在Jenkins凭证中添加此凭证 myKEY =凭据(“ USER_KEY”)