-
Bug
-
Resolution: Duplicate
-
Major
-
jenkins 2.452.2 with java 17,
Kubernetes plugin Version4306.vc91e951ea_eb_d
kubernetes cloud plugin using an inbound-agent:3248.v65ecb_254c298-1
run a freestyle job configured with an scm trigger using a kubenetes cloud agent template with the following trigger:
git
{ ... branch("*/build-*") }
triggers
expected:
job checks for changes every 5 minutes, but only triggers when changes have been checked in on a matching branch
actual:
job triggers every 5 minutes and runs continuously even when there are no branches with active changes
note: when running the same job on a non-kubernetes based jenkins agent, the same build runs as expected (ie: job only triggers with actual changes are merged in the scm) so the issue likely pertains specifically to the kubernetes cloud agent template scenario
note 2: the scenario doesn't happen with the branch doesn't use pattern matching
- duplicates
-
JENKINS-50683 Git plugin polling requires workspace even when "Force polling using workspace" is NOT defined
-
- Closed
-