Hello,
I want to specify which version of Java a particular pipeline / project needs. Not all my projects may be using the same version of Java. How can I specify this?
Victor
Be the first to like this
|
Sign in to "Like"
Hi Victor, In Cruise 1.3.2 and earlier there is no explicit support for environment-variables (this will however be available in the upcoming 2.0 release). For the moment you would need to create a wrapper script that setup the required environment-variables and call it through an exec task in a job. Regards, Yogi
Comment
Hi Victor,
In Cruise 1.3.2 and earlier there is no explicit support for environment-variables (this will however be available in the upcoming 2.0 release).
For the moment you would need to create a wrapper script that setup the required environment-variables and call it through an exec task in a job.
Regards,
Yogi