Re: Property files updated by Jenkins build triggers another build via Mercurial SCM polling

2013-01-28 Thread elness
I should add that even without the *hg push *, the updated Java property file is still noticed later (during SCM polling) as a new change, thus triggering another Jenkins build. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Property files updated by Jenkins build triggers another build via Mercurial SCM polling

2013-01-28 Thread elness
Our main Ant build target injects Jenkins build metadata (e.g., build number, build timestamp, etc.) into certain property values in a version-controlled Java property file (via the replaceregexp Ant task). This newly updated property file needs to be part of whatever changeset originally trigg