Can't select multi values from variable options when running pipeline !!!
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
gitlab-ci.example :
variables:
LIMITS:
value: "test-02"
options:
- "test-01"
- "test-02"
- "test-03"
description: "Choose your test instance/instances from drop-down."
TAGS:
description: "Set your desired tag."
value: "all"
result :
but I want to select test-01 and test-02 at the same time in ui .
Edited by 🤖 GitLab Bot 🤖