Re: Polling both svn and git from pipeline

2016-12-12 Thread tarocaravan
Hi, Eventually I ended up building periodically and checking for SCM changee manually in each repository manually. It took some work, but I didn't want to define multiple jobs just for polling. Taro On Tuesday, October 18, 2016 at 2:44:22 PM UTC-7, Rachel Moreno wrote: > > Hi, > > Sorry, it's

Re: Polling both svn and git from pipeline

2016-10-18 Thread Rachel
Hi, Sorry, it's possible with Pipeline: *Polling is supported across multiple SCMs (changes in one or more will trigger a new build), and again is done according to the SCMs used in the last build of the pipeline.* You'll have to run it once manually for listening to SCM changes. More informa

Re: Polling both svn and git from pipeline

2016-10-13 Thread Rachel
Hi, In your case, I would have two separated Jenkins jobs, but sharing the same workspace: - Advanced Project Options > Use custom workspace I hope be useful. Best regards, Rachel El miércoles, 12 de octubre de 2016, 2:47:08 (UTC+2), taroc...@gmail.com escribió: > > Is it possible to pol

Polling both svn and git from pipeline

2016-10-11 Thread tarocaravan
Is it possible to poll for changes from both svn and git repositories from within a pipeline job? In Jenkins, pipeline scm configuration is tied to a particular scm type (due to a radio button), but I would like to poll both svn and git at the same time. As a result of the poll detecting an scm