Re: Invoke another pipeline under another repository's branch

2017-09-17 Thread Dan Tran
found my own answer :-) ../repo-1/release%2Frelease-1 Need to escape the the / ins 'release/release-1' Thanks -Dan On Wednesday, September 13, 2017 at 10:37:32 PM UTC-7, Dan Tran wrote: > > Hi > > I have BitBucket Team job, I would in invoke another pipeline belong to > another git repo wi

Re: Invoke another pipeline under another repository's branch

2017-09-15 Thread Kevin Burnett
:D this is working for me: build('/proj/hot-repo/master') where proj is a bitbucket project key (bitbucket server in my case) and hot-repo is a repo within that project. On Friday, September 15, 2017 at 11:30:02 AM UTC-4, Slava Dubrovskiy wrote: > > > 15.09.2017 17:50, Dan Tran пишет: > > Pin

Re: Invoke another pipeline under another repository's branch

2017-09-15 Thread Viacheslav Dubrovskyi
15.09.2017 17:50, Dan Tran пишет: Ping! 0% packet loss -- WBD, Viacheslav Dubrovskyi -- 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+unsubsc

Re: Invoke another pipeline under another repository's branch

2017-09-15 Thread Dan Tran
Ping! -- 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.goo

Invoke another pipeline under another repository's branch

2017-09-13 Thread Dan Tran
Hi I have BitBucket Team job, I would in invoke another pipeline belong to another git repo with a specific branch ( master) In details teamX repo-1 master release/release-1 repo-2 master release/release-1 I would