How to make jenkins ask for user to type in the valuesbefore build starts. I have to include a key in my groovy scriptand every time before build it to ask user to enter that value.(here iam using the key for branch name selection beforebuild)
I have tried parameterized options in which we have to pre-definedsome values and can dynamically select those values before build.But i want to dynamically type values every time.
Expert Answer
An answer will be send to you shortly. . . . .