Env variables defined in the StepEnvironmentContributor are globally accessible?
13 views
Skip to first unread message
Victor Martinez
unread,
Apr 14, 2021, 12:29:07 PM4/14/21
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 Developers
Hi all,
I'm defining some env variables with the StepEnvironmentContributor but unfortunately I cannot use them with the env.VARIABLE_NAME approach. Although they are accessible when I run an sh step such ash `sh 'echo $VARIABLE_NAME'`