Hi,

I want to pass a parameter whose value I have in an environment variable after 
running a shell script.
This came up due to: https://issues.jenkins-ci.org/browse/JENKINS-24598
How can I set it up so that I have in my shell script:

bash -x $WORKSPACE/rallng/scripts/jenkins/rall.sh $WORKSPACE || exit 1
export RV=$(cat $WORKSPACE/rv.log)

and then pass in the parameters to a job:
RALL_VERSION=${RV

Thanks,

Paulo Matos


-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to