声明性Jenkins管道中的掩码密码

时间:2018-09-05 19:29:45

标签: jenkins jenkins-pipeline

声明性管道密码参数:以下代码在UI页面上隐藏了密码,但在构建日志中显示了密码参数。如何将其隐藏在詹金斯日志中。

parameters {
password(name: 'myPwd', defaultValue: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", description: 'Secret Access key of the environment')
}

1 个答案:

答案 0 :(得分:0)

使用凭据而不是使用密码 并且必须在Jenkins凭证中添加此凭证     myKEY =凭据(“ USER_KEY”)