提交 c12d6a54 编写于 作者: D Daniel Beck

[JENKINS-56776] Remove 'nonStoredPasswordParam' symbol

上级 8c276421
......@@ -96,16 +96,11 @@ public class PasswordParameterDefinition extends SimpleParameterDefinition {
this.defaultValue = Secret.fromString(defaultValue);
}
@Extension @Symbol({"password","nonStoredPasswordParam"})
@Extension @Symbol({"password"})
public final static class ParameterDescriptorImpl extends ParameterDescriptor {
@Override
public String getDisplayName() {
return Messages.PasswordParameterDefinition_DisplayName();
}
@Override
public String getHelpFile() {
return "/help/parameter/string.html";
}
}
}
<div>
Pass a password to your build.
The password entered here is made available to the build in plain text as an environment variable like a string parameter would be.
The value will be stored encrypted on the Jenkins master, similar to passwords in Jenkins configuration.
</div>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册