<div class="zcontentRow"> <p><br></p><p>Hi Mikhail</p><p>Very glad to receive your response. </p><p>In my env, the version of Jenkins is 2.7.2. </p><p><br></p><p>Now my Jenkins jobs can get environment variables after I modify my</p><p>Jenkins env with your suggestion. </p><p>Thank you very much.</p><p><br></p><p>></p><p>>Hi Li,</p><p>></p><p>>On Sun, Sep 4, 2016 at 10:18 AM,  <li.yuanzhen?zte.com.cn> wrote:</p><p>>> Hi all,</p><p>>>         For deploy CI env, I need a help for Zuul.</p><p>>></p><p>>>         In the slave node, I can not get the "zuul"</p><p>>>         environments variables using 'env' shell command,</p><p>>>         such as 'ZUUL_URL'.</p><p>>></p><p>>>         The following is the config and log info</p><p>>>         *) /etc/zuul/layout/zuul.conf:</p><p>>>                 http://paste.ubuntu.com/23132730/</p><p>>>         *) /etc/jenkins_jobs/config/citest.yaml</p><p>>>                 http://paste.ubuntu.com/23132723/</p><p>>>         *) jenkins job result:</p><p>>>                 http://paste.ubuntu.com/23132737/</p><p>>>         *) /var/log/zuul/zuul.log</p><p>>>                 http://paste.ubuntu.com/23132745/</p><p>>>         *) /var/log/zuul/merger-debug.log</p><p>>>                 http://paste.ubuntu.com/23132748/</p><p>>>         *) /var/log/zuul/debug.log</p><p>>>                 http://paste.ubuntu.com/23132762/</p><p>>></p><p>>>        I check the zuul code and it has been got the</p><p>>>         'zuul_url' variables in zuul-mergerr, but in slave nodes,</p><p>>>          these        variables can not be passed by zuul-scheduler.</p><p>>></p><p>>>         Is there any wrong in my zuul config or jenkins jobs?</p><p>></p><p>>You might be affected by the fix to SECURITY-170 [1] in new Jenkins</p><p>>you installed. It prevents Zuul from passing paramters that are not</p><p>>white listed. Which version of Jenkins are you using? Last version</p><p>>without the security fix is 1.651.1.</p><p>></p><p>>If you have later version, you would need to either white list all</p><p>>zuul variables (</p><p>>-Dhudson.model.ParametersAction.safeParameters=ZUUL_URL,ZUUL_COMMIT ),</p><p>>or disable that security feature (</p><p>>-Dhudson.model.ParametersAction.keepUndefinedParameters=true ).</p><p>></p><p>>[1] https://wiki.jenkins-ci.org/display/JENKINS/Plugins+affected+by+fix+for+SECURITY-170</p><p>></p><p><br></p> </div>