Add restrictions to prompted variables.
I have a prompted variable to ask the deployer to enter a ticket number. If they enter anything other than a number my automation breaks. So I would like to restrict the user input to being only a number.
2
votes
-
Stephen Schaff commented
I am surprised that some form of RegEx masking is not in there already. I thought it was, but when I went to check, it is not there. I realized that I was thinking of TeamCity. (It supports RegEx masking for its prompted variables.)