Ok, I figured it out myself. Several issues on my side:

1) In order to get the upstream trigger set up, the dependent project needs 
to be run at least once, otherwise Jenkins obviously does not know anything 
about the trigger in first place.
2) Absolute project references of course need to start with a slash, i.e. 
/repos/barrepo/master
3) If relative project references are used, you need to remember that - by 
default - the trigger code resolves these references relative to the 
_parent_ project of the build. So if you have foorepo/master and 
barrepo/master, then you need to use "../barrepo/master", and not 
"../../barrepo/master" or anything alike.

-- 
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/521d11dd-1075-4965-834c-b077b70933a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to