|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-1640) Environment variables... [email protected] (JIRA)
- [JIRA] (JENKINS-1640) Environment vari... [email protected] (JIRA)
- [JIRA] (JENKINS-1640) Environment vari... [email protected] (JIRA)
- [JIRA] (JENKINS-1640) Environment vari... [email protected] (JIRA)

I had the same problem: running Jenkins on windows ver 1.474 on windows. FLEX_HOME is set in the environment but is not found in when ant is called.
I saw failures such as "cmd.exe /c "ant.bat blah blah blah"
I added "set FLEX_HOME=C:\flex_sdk_4.0.0.14159A"
This didn't work.
then...I looked at the configuration for the Project/build.
and there it was:
I checked [x] "this build is parameterize"
I added "String Parameter" which let me set the name/value I wanted.
The build worked after that.
It's tedious but it works.