In a Jenkins Pipeline, I have 3 parameters.
1) SELECTION (Choice or Active Choices or Any choice param type)
- Upload File. (This option points to the parameter: UPLOAD_FILE)
- Enter the file Content directly. (This option points to the parameter: FILE_CONTENT)
2) UPLOAD_FILE - Based on the SELECTION Parameter, this file parameter has to be displayed or enabled.
3) FILE_CONTENT - Based on the SELECTION Parameter, this multi string parameter has to be displayed or enabled.
How to implement this type of scenario. I don't think this could be done using Active Choices Parameter Plugin.
Is this possible by any other plugin or other way?
Thanks in Advance! Looking forward for the answers.... :)