You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to provide passwords as input Variables for Trigger Pipeline. This password is used in a gitlab pipeline. It looks like this is not possible. Any ideas how I can do this?
`
The task could not start because the following variables could not be replaced:
${CYPRESS_TEST_PASSWORD}.
Make sure that
Global and folder variables are defined.
There are no circular references between variables.
Password variables are only used in password fields, and other variables are only used in non-password fields.
`
The text was updated successfully, but these errors were encountered:
I would like to provide passwords as input Variables for Trigger Pipeline. This password is used in a gitlab pipeline. It looks like this is not possible. Any ideas how I can do this?
`
The task could not start because the following variables could not be replaced:
${CYPRESS_TEST_PASSWORD}.
Make sure that
`
The text was updated successfully, but these errors were encountered: