PASSWORD

yaml
name: "input_PASSWORD" inputs: password_1: type: PASSWORD name: "First password" required: true password_2: type: PASSWORD name: "Second Password" execute_commands: - echo $password_1 - echo $password_2 docker_image_name: "ubuntu" docker_image_tag: "latest"

In this example, the first password input is mandatory (required: true), and the second is optional.

Image loading...Custom action with PASSWORD inputs

You can see the field with the password is masked by default.

Last modified on Sep 23, 2024