Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom scripts: allow to specify dynamic parameters #327

Open
gruberroland opened this issue Apr 22, 2024 · 0 comments
Open

Custom scripts: allow to specify dynamic parameters #327

gruberroland opened this issue Apr 22, 2024 · 0 comments

Comments

@gruberroland
Copy link
Contributor

gruberroland commented Apr 22, 2024

The script definition for manual scripts should allow parameters like LAM_SELECTION_1="dev,qa,prod". LAM_SELECTION_1 will then be resolved as wildcard to the script command ("$LAM_SELECTION_1$").
Users will see a drop-down list on the screen where manual scripts can be executed. Here, they can select the value for each parameter.

The LAM_SELECTION_1 definition should be on a separate line in textarea so it can be used in multiple scripts.

In addition, text boxes should be definable with LAM_TEXT_...

LAM_SELECTION_1:Some label=dev,qa,prod

LAM_TEXT_1:Some label=12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant