I've just done some experimentation, and 

    testfile = new File("/tmp/CheckOnServer.txt")
    if (testfile.exists())
    {
        echo "It's looking on the master"
    }
    else
    {
        echo "It's not looking on the master"
    }



gives

[Pipeline] [Windows] echo[Windows] It's looking on the master



Now [Windows] is my slave (the master is a linux machine), but, as the 
message says, that file it is finding is on the master.

Paths seem to be failing because it's starting in the wrong place.


On Monday, October 17, 2016 at 3:44:39 PM UTC+1, Martina wrote:
>
> What exactly is the value of ${source_folder_name} that is in the message?
> C:/some-dir/some-other-name should definitely work.
>
> Martina
>>
>>   
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/61d38fe8-e800-44cf-a2e4-3560997c196e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to