Closed davidahouse closed 3 years ago
:racehorse: Sweet! All your stampede tasks have passed...
Pull request standards:
:white_check_mark: PR contains a valid description!
:white_check_mark: PR contains a milestone!
Lint (Node.js): Task was successful
Unit Tests (Node.js): Task was successful
Lines of Code: Task was successful
Artifacts:
This PR adds validation to a task param values based on the
allowedValues
option inside the task definition. So if a task param is configured with someallowedValues
, but then the task execution doesn't include a value from the list, the task immediately fails. This is similar to how required values work.closes #652