continuous integration - Poll multiple perforce streams with jenkins -
i have jenkins server monitoring perforce server. perforce using streams mainline model. using jenkins monitor changes in perforce , setting off scripts depending on checked in where. works great on main stream monitor streams below well. when set job who's sole purpose monitor other streams polls main stream in spite setting specifications of job other stream. suspect because local perforce instance on machine using run master jenkins instance connected main stream. if case use additional machine slave connected additional stream strictly polling. there lot of streams seems enormous waste of resources. tried creating different workspace mapped stream want didn't work either.
does know way can around this?
try p4 plugin, implementation using p4java , supports streams.
either select 'manual' workspace behaviour , provide stream path, or use 'stream' workspace , jenkins create workspace you.
Comments
Post a Comment