Accessing active choice reference parameter in jenkinsfile
56 views
Skip to first unread message
Faad Sayaou
unread,
Apr 4, 2019, 9:52:53 AM4/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hello,
This might be simple but I having difficulties accessing
Active choice reference parameter in my jenkinsfile. It is simple using “active choices reactive parameter” by doing
${params.myvalue} but this doesn’t work when I use it with “active choices reactive reference parameter”.
Any idea how I can read this in my jenkinsfile ?