I have active choices parameter installed in my Jenkins. Here I have to choose a value from the text file stored locally and then display this as a multi select option to the user. For example, my text file can have an entry 1 - abc, 2 - def. The user has to see both the entries and can select either of them or both of them. This text file is maintained manually. I can have a third entry 3 - ghi and when I trigger the Jenkins job, I should see all the 3 entries.
Can anyone please help me out here?
Thank you in advance, Rohit