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,

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