On 08 Jan 2014, at 10:17, Marcus Denker <[email protected]> wrote:

> 
> On 08 Jan 2014, at 10:14, Sven Van Caekenberghe <[email protected]> wrote:
> 
>> 
>> On 08 Jan 2014, at 09:48, Marcus Denker <[email protected]> wrote:
>> 
>>> 12377 ZnHTTPSTests.>>testGetPharoVersion fails on Windows slave
>>>     https://pharo.fogbugz.com/f/cases/12377
>>> 
>>> And this is just a build server artefact… (windows slave firewall problem).
>>> 
>>> I wonder what to do… maybe we could just skip it on windows when running on 
>>> the build slave ;-)
>>> 
>>>     Marcus
>> 
>> Yes, either that (BTW, is it possible to know you are running on a slave ?)
> We could add a check for an environment variable that Jenkins sets.

And then access it with 

  OSPlatform current environment

right ? 

What environment variables are already set by Jenkins (on all platforms) ?
Which one should we test for ?

>> or some (Windows) sysadmin should have a look.
>> 
>> Using any Pharo image the following should work and return XML:
>> 
>> ./pharo Pharo.image eval "ZnClient new get: 
>> 'https://ci.inria.fr/pharo/job/Pharo-2.0/lastSuccessfulBuild/api/xml?xpath=/*/description\'.”
>>  
>> 
>> But without the smart quote at the end (sorry, I can’t make Mail not do 
>> that). 
>> 
> 
> I will check with the admins… 
> 
> 
>       Marcus


Reply via email to