Re: Capturing Data From a Script File and Setting Environment Variables

2016-03-14 Thread Ioannis Moutsatsos
I would start with 
the https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin
if your perl scripts write a simple key-value properties file, this plugin 
can read it to create environment variables that you can use in subsequent 
tasks or builds. 
hope this helps
Ioannis

On Wednesday, March 9, 2016 at 2:13:41 PM UTC-5, John Bobinyec wrote:
>
> I have several perl scripts which develop information which is to be used 
> as environmental variables in subsequent parts of the build.  
>
> How do I:
>
>1. Pass the information back from the perl script to the main build 
>program?
>2. Once the main program has the information, set up environment 
>variables with these values so subsequent script files can use them?
>
> Thanks,
>
> jb
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9de2739e-7188-4309-8fff-d0f4d30ceef4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Capturing Data From a Script File and Setting Environment Variables

2016-03-09 Thread John Bobinyec
I have several perl scripts which develop information which is to be used 
as environmental variables in subsequent parts of the build.  

How do I:

   1. Pass the information back from the perl script to the main build 
   program?
   2. Once the main program has the information, set up environment 
   variables with these values so subsequent script files can use them?

Thanks,

jb

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/773b071d-eaa3-4eb0-ae23-70462d778133%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.