[ 
https://issues.jenkins-ci.org/browse/JENKINS-13843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Taylor updated JENKINS-13843:
------------------------------------

       Summary: envionment variable from label expression, inconsistent casing 
on nodes  (was: onment variable from label expression, inconsistent casing on 
nodes)
    Attachment: config.xml

attached a test job to reproduce the issue.
fedora11 is the local master, started from a normal shell with OS=Linux. The 
job has OS=fedora11 set, os is unset
ubuntu10.10 is a slave node started via ssh. The job has os=ubuntu10.10, OS is 
unset (=the opposite of the master)

                
> envionment variable from label expression, inconsistent casing on nodes
> -----------------------------------------------------------------------
>
>                 Key: JENKINS-13843
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13843
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>    Affects Versions: current
>            Reporter: Julian Taylor
>            Priority: Minor
>         Attachments: config.xml
>
>
> when using a label expression named "os" the environment variable in a shell 
> on the local master node is $OS but on slave nodes it is $os
> maybe there is some weird interaction with the $OS environment variable which 
> is defined in the shell that started jenkins (set to Linux), and not present 
> on the slave nodes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to