Active Choices Reactive Reference Parameter -> use the parameter in a bash ?

14 views
Skip to first unread message

b o b i

unread,
May 13, 2019, 5:27:01 AM5/13/19
to Jenkins Users
In

Scenario 2: Pass a dynamically created value that is hidden (can't be edited by the user)


return "<input name=\"value\" value=\"${ReactiveRefParam}\" class=\"setting-input\" type=\"text\">"


ReactiveRefParam is the Reactive Reference value that will be passed to the build


in my bash script the variable is ReactiveRefParam empty....

How do I use it in a bash script?

Faad Sayaou

unread,
May 13, 2019, 7:31:41 AM5/13/19
to Jenkins Users
have you tried
${params.ReactiveRefParam}
???
Reply all
Reply to author
Forward
0 new messages