Greetings,

The saltstack plugin sends a message to the saltapi, and returns the 
response to the Jenkins console. With the introduction of scripted 
pipelines, it is now possible to return the result into a groovy variable 
for further processing. For older freestyle jobs however, that is not an 
option, so the plugin currently allows for saving the saltapi output as an 
environment variable to again allow for further processing in subsequent 
shell steps.

However there is a problem if the saltapi returns are large amount of data, 
which results in an error when attempting to save it into an environment 
variable <https://github.com/jenkinsci/saltstack-plugin/issues/78>. What 
are the recommendations for supporting large environment variables? 
Currently this process is implemented as discussed here 
<https://groups.google.com/forum/#!searchin/jenkinsci-dev/EnvironmentContributingAction%7Csort:relevance/jenkinsci-dev/TLUKZKOwJSQ/kzPUy5EiFkwJ>,
 
however the EnvironmentContributingAction appears to eventually shell out, 
resulting in the mentioned error when passed a large chunk of data.


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/fbc184ff-8138-488e-a1c0-40a06f16a3dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to