-
New Feature
-
Resolution: Unresolved
-
Trivial
-
Jenkins 2.303.3
Validating Email Parameter 1.10
Currently, only one domain can be specified. It would be usefull to specify several domains, without necessarily authorizing external sendings.
Ex. using multiple values separated by space
domain1.com domain1.co.uk domain1.fr
Ex. using a regex
^domain1\.(com|co.uk|fr)$