You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samrocketman
changed the title
Is there any option to pass some environment variable from .jervis.yml file to pipeline_jenkinsfile?
Pass global environment variables from .jervis.yml file to pipeline_jenkinsfile
May 8, 2018
I’ve been using this in production for several years and I plan to implement support for it through #144. This would be launching a shell and getting the same toolchain environment in a Jenkinsfile.
I need to pass some variable from
.jervis.yml
toJenkinsfile
, but can't figure out how to do that.I was trying to set variable in
env
section:But can't access that variable in
Jenkinsfile
Each time it shows
default
The text was updated successfully, but these errors were encountered: