-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Critical
-
Component/s: gerrit-trigger-plugin, OBSOLETE-gerrit-plugin
-
Environment:Linux RHEL 7.x Jenkins ver. 1.609.3
Here is the requirement in details.
1. We have repo with source code Ex: Name repo_source
2. Wanted to run the compilation for each gerrit review once the review pushed to Gerrit.
3. Setup a JOB and pointed to Gerrit server to trigger the compilation
4. Now the job is triggred for review 1 and usually our build take 20 - 30 mins
5. now the next review from another user is in queue.
6. Is there a way to divert the second review to another parallel job which should get triggered and update the gerrit.?
If i setup the 2 job with the steps , it is triggering both and could not use path option as the changes are coming in the reviews with all the combinations.