-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: workflow-multibranch-plugin
hi,
Ā
we try to use:
- re-index option on the workflow multibranch project to detect new branches (delay 1 day)
- poolscm trigger in the jenkinsfiles to trigger build 15 min after commit (svn)
Ā
but there is a conflict:
if i commit code in a branch, the corresponding job is triggered correctly.

i have done a commit in the trunk (rev 4149):

Ā
but the next execution of the re-indexing detect a change, but trigger a build of all branches and trunk:
DĆ©marrĆ© par l'utilisateur RaphaĆ«l Unique [mer. mai 16 11:41:19 CEST 2018] Starting branch indexing... Opening conection to https://svn.xxxx Checking directory /fr.agrostar.posteprepa@HEAD Checking directory /fr.agrostar.posteprepa/branches@HEAD ... Checking candidate branch /fr.agrostar.posteprepa/trunk@HEAD āJenkinsfileā found Met criteria Changes detected: trunk (4148 ā 4149) Scheduled build for branch: trunk [mer. mai 16 11:41:22 CEST 2018] Finished branch indexing. Indexing took 2,7 s Finished: SUCCESS
a build (29) is triggered for the trunk (not necessary):


Ā
Ā