Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
git-plugin 2.3.5
Description
This is a follow-up to JENKINS-27349.
To reproduce:
- A parametrized build with parameter BRANCH_TO_BUILD
- Git SCM with branch specifier "${BRANCH_TO_BUILD}"
- SCM polling enabled
Expected:
- A push notification should trigger the polling for the job
Actual:
- Polling is not triggered
After downgrading to git plugin 2.3.5 situation is normal - both triggers have parameters set.