jenkinsci / jenkinsci/git-plugin
[JENKINS-29714] infinite polling with variable in branchspec
Open
component:git-plugin
imported-jira-issue
priority:critical
resolution:unresolved
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
- Parametrise build with input string parameter BRANCH and default value *
- define branchspec
origin/${BRANCH}
- enable polling
Polling will see infinitely new changes.
Fix - remove variable and directly set *
---
Originally reported by
integer, imported from: infinite polling with variable in branchspec
Raw content of original issue
- Parametrise build with input string parameter BRANCH and default value *
- define branchspec
origin/${BRANCH}
- enable polling
Polling will see infinitely new changes.
Fix - remove variable and directly set *
environment
```
1.609.1
git-plugin-2.4.0
git-client-1.18.0
```
Contributor guide
Assessment
This issue has not been assessed yet.