new variable "JENKINS_CONFIG" in Mx7.1

Issues related to runtime execution of algorithms in ADL
Post Reply
wzchen
Posts: 89
Joined: Wed Jul 18, 2012 3:01 pm

new variable "JENKINS_CONFIG" in Mx7.1

Post by wzchen »

I noticed there is a new variable "JENKINS_CONFIG" in envSetup.ksh file in Mx7.1 built, but the ADL runs OK without it. I am wondering what it is useful? and Where should I point it to?
Thanks,

Code: Select all

# Automated Jenkins script variables need to be set for scripts to operate
export JENKINS_CONFIG=/testdata/jenkins

Weizhong
bhenders
Posts: 72
Joined: Wed Jan 05, 2011 9:27 am
Location: Omaha, NE

Re: new variable "JENKINS_CONFIG" in Mx7.1

Post by bhenders »

Weizhong,

This environment variable is only used for Raytheon Internal ADL automated testing efforts. It allows us to run ADL unit tests on a nightly basis. You can learn more about Jenkins at the following website.

https://wiki.jenkins-ci.org/display/JEN ... et+Jenkins

An ADL end user will not need this variable set, nor will any of the ADL software make use of it that has been deployed.

Bryan Henderson
Raytheon Company
Post Reply